]> andersk Git - splint.git/blobdiff - src/cppmain.c
*** empty log message ***
[splint.git] / src / cppmain.c
index 7c2807a1c8259e38a06fbfc183722eaec7a4b345..5774c31401e4b55b7b33396756a05c2fa3dd1e52 100644 (file)
@@ -199,7 +199,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.041547 seconds and 4 git commands to generate.