]> andersk Git - splint.git/blobdiff - src/flags.def
Fixed problem with NULL being changed.
[splint.git] / src / flags.def
index 6b616e61f8c36dcc10bfae5b3b05963a94deb870..c33470b7263ab6db70b005cd5afad726fc4e5de3 100644 (file)
@@ -2103,6 +2103,15 @@ static flaglist flags =
     0, 0
   },
 
+  {
+    FK_MACROS, FK_PROTOS, plainFlag,
+    "macroconstdistance",
+    FLG_MACROCONSTDIST,
+    "macro constant name does not match nearby name",
+    "Macro constant name does matches name of a previous declaration, but they are not near each other.",
+    0, 0
+  },
+
   /* 11.2 Function-like Macros */
   
   {
This page took 0.0331 seconds and 4 git commands to generate.