From: Chris Hanson Date: Fri, 19 Nov 1993 21:27:41 +0000 (+0000) Subject: Fix cpp problem reported by birkholz. X-Git-Tag: 20090517-FFI~7472 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f66861c401ce32a141bb6c98a0e20d1084a54f13;p=mit-scheme.git Fix cpp problem reported by birkholz. --- diff --git a/v7/src/microcode/unxutl/ymkfile b/v7/src/microcode/unxutl/ymkfile index cced5ed12..c752b2314 100644 --- a/v7/src/microcode/unxutl/ymkfile +++ b/v7/src/microcode/unxutl/ymkfile @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ymkfile,v 1.86 1993/11/13 03:20:15 gjr Exp $ +$Id: ymkfile,v 1.87 1993/11/19 21:27:41 cph Exp $ Copyright (c) 1989-1993 Massachusetts Institute of Technology @@ -38,8 +38,12 @@ MIT in each case. */ #undef vax #ifndef RUN +#ifdef __STDC__ +#define RUN(program) ./##program +#else #define RUN(program) ./program #endif +#endif #ifndef SOURCES_SYSTEM #define SOURCES_SYSTEM