projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f35ebf
)
Forgot to export C-OUTPUT-EXTENSION.
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 15 Apr 2007 18:02:15 +0000
(18:02 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 15 Apr 2007 18:02:15 +0000
(18:02 +0000)
v7/src/compiler/machines/C/compiler.pkg
patch
|
blob
|
history
diff --git
a/v7/src/compiler/machines/C/compiler.pkg
b/v7/src/compiler/machines/C/compiler.pkg
index 6aa3198eba7b25ec226d3abe7e6eb15f7a1dfc64..4bde2b431b1f2256ecb61e425d82da72fcf3a7d3 100644
(file)
--- a/
v7/src/compiler/machines/C/compiler.pkg
+++ b/
v7/src/compiler/machines/C/compiler.pkg
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: compiler.pkg,v 1.2
4 2007/04/15 17:36:26
cph Exp $
+$Id: compiler.pkg,v 1.2
5 2007/04/15 18:02:15
cph Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@
-257,6
+257,7
@@
USA.
(export (compiler)
*compiler-input-pathname*
*compiler-output-pathname*
+ c-output-extension
canonicalize-label-name)
(export (compiler fg-generator)
compile-recursively)