]> andersk Git - splint.git/blobdiff - src/Headers/cstringTable.h
Fixes after removing -unrecogcomments flag for make splintme.
[splint.git] / src / Headers / cstringTable.h
index 13692009958d66e06a96884a79f8e8578482f11d..0f798c69f4f5c12d9649d34747c41c98800651a2 100644 (file)
    abst_typedef null struct _cstringTable *cstringTable;
 */
 
-/*@private@*/ typedef struct 
+/*:private:*/ typedef struct 
 {
   /*@only@*/ cstring key;
   int val;
 } *hentry;
 
-/*@private@*/ typedef /*@only@*/ hentry o_hentry;
+/*:private:*/ typedef /*@only@*/ hentry o_hentry;
 
 typedef /*@null@*/ struct
 {
This page took 0.487865 seconds and 4 git commands to generate.