ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/config-lexer.l
(Generate patch)

Comparing hopm/trunk/src/config-lexer.l (file contents):
Revision 5998 by michael, Thu May 28 14:59:47 2015 UTC vs.
Revision 6036 by michael, Thu Jun 4 10:41:19 2015 UTC

# Line 266 | Line 266 | void ccomment(void)
266       {
267          while ((c = input()) == '*');
268          if (c == '/') break;
269 +        else if (c == '\n')
270 +          ++linenum;
271       }
272      if (c == EOF)
273      {

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)