Forgot to export C-OUTPUT-EXTENSION.
authorChris Hanson <org/chris-hanson/cph>
Sun, 15 Apr 2007 18:02:15 +0000 (18:02 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 15 Apr 2007 18:02:15 +0000 (18:02 +0000)
v7/src/compiler/machines/C/compiler.pkg

index 6aa3198eba7b25ec226d3abe7e6eb15f7a1dfc64..4bde2b431b1f2256ecb61e425d82da72fcf3a7d3 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: compiler.pkg,v 1.24 2007/04/15 17:36:26 cph Exp $
+$Id: compiler.pkg,v 1.25 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)