From: Chris Hanson <org/chris-hanson/cph>
Date: Sun, 15 Apr 2007 18:02:15 +0000 (+0000)
Subject: Forgot to export C-OUTPUT-EXTENSION.
X-Git-Tag: 20090517-FFI~642
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=73739b0c8c5c4a4e0cc11e61b8038a46ee5cca3c;p=mit-scheme.git

Forgot to export C-OUTPUT-EXTENSION.
---

diff --git a/v7/src/compiler/machines/C/compiler.pkg b/v7/src/compiler/machines/C/compiler.pkg
index 6aa3198eb..4bde2b431 100644
--- 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.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)