From: curt Date: Fri, 26 Oct 2001 22:58:28 +0000 (+0000) Subject: Fixed a typo in an #if ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eacec814e153517479e5ec1b3d42f3cdc57af40b;p=flightgear.git Fixed a typo in an #if ... --- diff --git a/src/Cockpit/panel.cxx b/src/Cockpit/panel.cxx index 14810b401..9a8a65862 100644 --- a/src/Cockpit/panel.cxx +++ b/src/Cockpit/panel.cxx @@ -48,7 +48,7 @@ #define WIN_W 1024 #define WIN_H 768 -#ifdef defined( NONE ) && defined( _MSC_VER ) +#if defined( NONE ) && defined( _MSC_VER ) # pragma message( "A sloppy coder has defined NONE as a macro!!!" ) # undef NONE #elif defined( NONE ) diff --git a/src/Include/config.h.in b/src/Include/config.h.in index 3c18956c7..553a55a5a 100644 --- a/src/Include/config.h.in +++ b/src/Include/config.h.in @@ -1,4 +1,4 @@ -/* src/Include/config.h.in. Generated automatically from configure.in by autoheader. */ +/* src/Include/config.h.in. Generated automatically from configure.in by autoheader 2.13. */ /* Define to empty if the keyword does not work. */ #undef const