From eacec814e153517479e5ec1b3d42f3cdc57af40b Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 26 Oct 2001 22:58:28 +0000 Subject: [PATCH] Fixed a typo in an #if ... --- src/Cockpit/panel.cxx | 2 +- src/Include/config.h.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5