]> andersk Git - splint.git/blobdiff - src/flags.def
Tried to fix some problems with the configuration system.
[splint.git] / src / flags.def
index 0c3a9e1e34f62847090a49887f0f5c65731df710..73ac04489c6c5f7c19a58dd33b4c1d492b47f0b1 100644 (file)
@@ -353,6 +353,14 @@ static flaglist flags =
     "correctly, but it causes problems for some preprocessors.",
     0, 0
   },
+  {
+    FK_COMMENTS, FK_SYNTAX, plainFlag,
+    "slashslashcomment",
+    FLG_SLASHSLASHCOMMENT,
+    "C++ style // comment", 
+    "A C++ style // comment is used here.  This type of comment has been officially supported in C99 and was often allowed by compiler extensions prior to this.  However, some older C89 compilers are not able to handle these comments.",
+    0, 0
+  },
   {
     FK_COMMENTS, FK_SYNTAX, plainFlag,
     "nestcomment",
This page took 0.028202 seconds and 4 git commands to generate.