[BACK]Return to scan.l CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / xlint / lint1

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/xlint/lint1/scan.l between version 1.60 and 1.61

version 1.60, 2014/10/18 08:33:30 version 1.61, 2015/08/28 09:42:07
Line 49  __RCSID("$NetBSD$");
Line 49  __RCSID("$NetBSD$");
 #include "lint1.h"  #include "lint1.h"
 #include "cgram.h"  #include "cgram.h"
   
 #define CHAR_MASK       (~(~0 << CHAR_BIT))  #define CHAR_MASK       ((int)(~(~0U << CHAR_BIT)))
   
 /* Current position (its also updated when an included file is parsed) */  /* Current position (its also updated when an included file is parsed) */
 pos_t   curr_pos = { 1, "", 0 };  pos_t   curr_pos = { 1, "", 0 };

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

CVSweb <webmaster@jp.NetBSD.org>