]> andersk Git - splint.git/blobdiff - src/cppmain.c
Finshed basic merge. Still trying to get it through the test suit.
[splint.git] / src / cppmain.c
index f876ba4813dbddff5f34966546e33bd26edf7fc4..40950200e8393d043183a245b058cbd5986cbb80 100644 (file)
@@ -176,14 +176,14 @@ void cppAddIncludeDir (cstring dir)
 
   dirtmp->next = 0;            /* New one goes on the end */
   dirtmp->control_macro = 0;
-  dirtmp->c_system_include_path = 0;
+  dirtmp->c_system_include_path = FALSE;
   
   /* This copy is necessary...but shouldn't be? */
   /*@-onlytrans@*/
   dirtmp->fname = cstring_copy (dir);
   /*@=onlytrans@*/
   
-  dirtmp->got_name_map = 0;
+  dirtmp->got_name_map = FALSE;
   cppReader_addIncludeChain (&g_cppState, dirtmp);
 }
 
This page took 0.08004 seconds and 4 git commands to generate.