]> andersk Git - splint.git/blobdiff - src/cppmain.c
*** empty log message ***
[splint.git] / src / cppmain.c
index 7c2807a1c8259e38a06fbfc183722eaec7a4b345..d64d6956a43b8bff1a848b953af07981185d4657 100644 (file)
@@ -48,7 +48,6 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 # include "lclintMacros.nf"
 # include "llbasic.h"
-# include "cpp.h"
 # include "cpplib.h"
 # include "cpphash.h"
 # include "cpperror.h"
@@ -199,7 +198,7 @@ void cppDoDefine (cstring str)
 void cppDoUndefine (cstring str)
 {
   int sym_length;
-  HASHNODE *hp;
+  hashNode hp;
   char *buf = cstring_toCharsSafe (str);
 
   sym_length = cppReader_checkMacroName (&g_cppState, buf,
This page took 0.066768 seconds and 4 git commands to generate.