Change file types to text+k.

Copied from Perforce
 Change: 192578
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2016-10-14 12:40:35 +01:00
parent 9a2d4390b5
commit a53d45c5c7
7 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,5 @@
;;; r4rs.scm -- essential procedures from R4RS
;;; $Id$
;; (caar pair)
;; (cadr pair)

View file

@ -1,4 +1,5 @@
;;; test-common.scm -- common definitions for the Scheme tests
;;; $Id$
(load "r4rs.scm")

View file

@ -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")

View file

@ -1,4 +1,5 @@
;;; test-mps.scm -- tests for the MPS toy Scheme interpreter
;;; $Id$
(load "test-common.scm")

View file

@ -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

View file

@ -1,4 +1,5 @@
;;; test-weak.scm -- weak hashtable tests for the MPS toy Scheme interpreter
;;; $Id$
(load "test-common.scm")

View file

@ -1,5 +1,5 @@
# Makefile for Sphinx documentation
#
# $Id$
# You can set these variables from the command line.
SPHINXOPTS =