=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/Attic/ansichek.h,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gnuplot/Attic/ansichek.h 2000/01/09 17:00:49 1.1.1.1 +++ OpenXM_contrib/gnuplot/Attic/ansichek.h 2000/01/22 14:15:54 1.1.1.2 @@ -1,4 +1,4 @@ -/* $Id: ansichek.h,v 1.1.1.1 2000/01/09 17:00:49 maekawa Exp $ */ +/* $Id: ansichek.h,v 1.1.1.2 2000/01/22 14:15:54 maekawa Exp $ */ /* GNUPLOT - ansichek.h */ @@ -44,14 +44,14 @@ #ifndef ANSI_CHECK_H # define ANSI_CHECK_H +# if defined(__STDC__) && __STDC__ +# ifndef ANSI_C +# define ANSI_C +# endif +# endif /* __STDC__ */ + # ifndef HAVE_CONFIG_H /* Only relevant for systems which don't run configure */ - -# if defined(__STDC__) && __STDC__ -# ifndef ANSI_C -# define ANSI_C -# endif -# endif /* __STDC__ */ /* are all these compiler tests necessary ? - can the makefiles not * just set ANSI_C ?