[BACK]Return to lex.l CVS log [TXT][DIR] Up to [local] / src / usr.bin / mklocale

Diff for /src/usr.bin/mklocale/lex.l between version 1.2 and 1.3

version 1.2, 2009/08/08 19:37:14 version 1.3, 2012/12/05 23:20:25
Line 34 
Line 34 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #include <sys/cdefs.h>  
   
 #include "locale/runetype.h"  
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
   
   #include "locale/runetype.h"
 #include "ldef.h"  #include "ldef.h"
 #include "yacc.h"  #include "yacc.h"
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3