]> andersk Git - splint.git/blobdiff - src/Headers/cpplib.h
Fixed problem with russian characters.
[splint.git] / src / Headers / cpplib.h
index e00c063c5788eb0a1a93af8df52d782e4f78d984..bc44c01b8d344c57b8b70f3f63527c242477ce38 100644 (file)
@@ -402,7 +402,7 @@ extern bool cppReader_isTraditional (/*@special@*/ cppReader *p_pfile)
     /*@uses p_pfile->opts@*/
    /*@modifies nothing@*/ ; 
 
-#define cppReader_isTraditional(PFILE) (CPPOPTIONS(PFILE)-> traditional)
+#define cppReader_isTraditional(PFILE) (CPPOPTIONS(PFILE)->traditional)
 
 extern bool cppReader_isPedantic (cppReader *) /*@*/; 
 #define cppReader_isPedantic(PFILE) (CPPOPTIONS (PFILE)->pedantic)
This page took 0.034181 seconds and 4 git commands to generate.