From: Chris Hanson Date: Tue, 29 Jan 2008 02:26:33 +0000 (+0000) Subject: Oops, older GCC used different "guard" macro name. X-Git-Tag: 20090517-FFI~378 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2f50a7268d82efb3efe592331fea62f921e2d078;p=mit-scheme.git Oops, older GCC used different "guard" macro name. --- diff --git a/v7/src/microcode/confshared.h b/v7/src/microcode/confshared.h index 22712d834..7d7147f9f 100644 --- a/v7/src/microcode/confshared.h +++ b/v7/src/microcode/confshared.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: confshared.h,v 11.15 2008/01/29 02:21:46 cph Exp $ +$Id: confshared.h,v 11.16 2008/01/29 02:26:33 cph Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -107,7 +107,7 @@ USA. # ifdef __GNUC__ /* Old versions of GCC have an incompatible . This declaration should prevent them from overriding our defs. */ -# define _STDBOOL_H +# define __STDBOOL_H__ 1 # endif #endif