From 73739b0c8c5c4a4e0cc11e61b8038a46ee5cca3c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 15 Apr 2007 18:02:15 +0000 Subject: [PATCH] Forgot to export C-OUTPUT-EXTENSION. --- v7/src/compiler/machines/C/compiler.pkg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.25.1