Skip to content

Commit

Permalink
Change file types to text+k.
Browse files Browse the repository at this point in the history
Copied from Perforce
 Change: 192578
 ServerID: perforce.ravenbrook.com
  • Loading branch information
gareth-rees committed Oct 14, 2016
1 parent 5e70f08 commit 075f1d7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions example/scheme/r4rs.scm
@@ -1,4 +1,5 @@
;;; r4rs.scm -- essential procedures from R4RS
;;; $Id$

;; (caar pair)
;; (cadr pair)
Expand Down
1 change: 1 addition & 0 deletions example/scheme/test-common.scm
@@ -1,4 +1,5 @@
;;; test-common.scm -- common definitions for the Scheme tests
;;; $Id$

(load "r4rs.scm")

Expand Down
2 changes: 1 addition & 1 deletion example/scheme/test-leaf.scm
@@ -1,5 +1,5 @@
;;; test-leaf.scm -- test leaf objects
;;;
;;; $Id$
;;; This test case creates many leaf objects (strings and integers).

(load "test-common.scm")
Expand Down
1 change: 1 addition & 0 deletions example/scheme/test-mps.scm
@@ -1,4 +1,5 @@
;;; test-mps.scm -- tests for the MPS toy Scheme interpreter
;;; $Id$

(load "test-common.scm")

Expand Down
1 change: 1 addition & 0 deletions example/scheme/test-r5rs.scm
@@ -1,4 +1,5 @@
;;; test-r5rs.scm -- tests from R5RS
;;; $Id$
;;;
;;; This file contains test code derived directly from R5RS. It
;;; ensures that all the functions correctly evaluate the examples in
Expand Down
1 change: 1 addition & 0 deletions example/scheme/test-weak.scm
@@ -1,4 +1,5 @@
;;; test-weak.scm -- weak hashtable tests for the MPS toy Scheme interpreter
;;; $Id$

(load "test-common.scm")

Expand Down
2 changes: 1 addition & 1 deletion manual/Makefile
@@ -1,5 +1,5 @@
# Makefile for Sphinx documentation
#
# $Id$

# You can set these variables from the command line.
SPHINXOPTS =
Expand Down

0 comments on commit 075f1d7

Please sign in to comment.