X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/898d4ae5dd7550dda57d426d1c0de6dd251fbd7d..11c40ce9ae842585926cc1abd029f9f5a6702827:/src/cpplib.c diff --git a/src/cpplib.c b/src/cpplib.c index fd8356f..5aff1e9 100644 --- a/src/cpplib.c +++ b/src/cpplib.c @@ -70,7 +70,11 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # include # if defined (WIN32) || defined (OS2) && defined (__IBMC__) # include +/* SMF */ +# ifndef BCC32 # include /* for __DATE__ and __TIME__ */ +# endif + # include # else # ifndef VMS @@ -356,6 +360,8 @@ static void cppReader_scanBuffer (cppReader *p_pfile); # if defined (WIN32) || defined (OS2) && defined (__IBMC__) +/* SMF */ +# ifndef BCC32 /* ** WIN32 (at least the VC++ include files) does not define mode_t. */ @@ -363,6 +369,7 @@ static void cppReader_scanBuffer (cppReader *p_pfile); /*@-incondefs@*/ /*@-czechtypes@*/ typedef unsigned int mode_t; /*@=incondefs@*/ /*@=czechtypes@*/ +# endif # endif