]> andersk Git - splint.git/blobdiff - src/Headers/uentry.h
Fixed line numbering when multi-line macro parameters are used.
[splint.git] / src / Headers / uentry.h
index 1b030a1d541ade5290cbcef2cec43759afde25b6..4b89966260df3a8ef6765ded8cf13ef124e25d3b 100644 (file)
@@ -53,7 +53,7 @@ typedef enum  {
   BB_NOTNULLTERMINATED /* buffer is known to be not nullterm */
 } bbufstate;
 
-typedef  struct s_bbufinfo {
+typedef /*@null@*/ struct s_bbufinfo {
   bbufstate bufstate; /* state of the buffer */
   int size;          /* size of the buffer allocated */
   int len;           /* len of the buffer VALID ONLY IF state is NULLTERM */
This page took 0.058697 seconds and 4 git commands to generate.