]> andersk Git - splint.git/blobdiff - src/nameChecks.c
o Make lltok an abstract type, a pointer to structure instead of a plain
[splint.git] / src / nameChecks.c
index 5cbea671b79d6145ca63123348b9b8aff6f57b8c..cce86e6019e1eae40fb0bc892656daf1d78b52fd 100644 (file)
 # include "nameChecks.h"
 
 static bool checkCzechName (uentry p_ue, flagcode p_czechflag, bool p_report)
-  /*@modifies p_ue, g_msgstream@*/ ;
+  /*@modifies p_ue, g_warningstream@*/ ;
 
 static bool checkSlovakName (uentry p_ue, flagcode p_slovakflag, bool p_report)
-  /*@modifies p_ue, g_msgstream@*/ ;
+  /*@modifies p_ue, g_warningstream@*/ ;
 
 static cstring czechPrefix (cstring name)
 {
This page took 0.035542 seconds and 4 git commands to generate.