[BACK]Return to ansichek.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot

Diff for /OpenXM_contrib/gnuplot/Attic/ansichek.h between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2000/01/09 17:00:49 version 1.1.1.2, 2000/01/22 14:15:54
Line 44 
Line 44 
 #ifndef ANSI_CHECK_H  #ifndef ANSI_CHECK_H
 # define ANSI_CHECK_H  # define ANSI_CHECK_H
   
   # if defined(__STDC__) && __STDC__
   #  ifndef ANSI_C
   #   define ANSI_C
   #  endif
   # endif /* __STDC__ */
   
 # ifndef HAVE_CONFIG_H  # ifndef HAVE_CONFIG_H
 /* Only relevant for systems which don't run configure */  /* 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  /* are all these compiler tests necessary ? - can the makefiles not
  * just set ANSI_C ?   * just set ANSI_C ?

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>