]> andersk Git - splint.git/blobdiff - src/cpplib.c
Added realrelatecompare flag.
[splint.git] / src / cpplib.c
index 5aff1e99c75028d74ffe01e561487b3d32750459..4b4e1622b967d8918c902f724e5a1b2d7e85591b 100644 (file)
@@ -6210,6 +6210,8 @@ get_next:
                      if (cc == '\n')
                        {
                          /* Backslash newline is replaced by nothing at all.  */
+                         pfile->lineno++; /* 2003-11-03: AMiller suggested adding this, but
+                                             its not clear why it is needed. */
                          cppReader_adjustWritten (pfile, -1);
                          pfile->lineno++;
                        }
This page took 0.765584 seconds and 4 git commands to generate.