[BACK]Return to charset.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / less

Diff for /src/usr.bin/less/charset.c between version 1.17 and 1.18

version 1.17, 2015/11/12 00:00:41 version 1.18, 2016/03/16 15:36:26
Line 14 
Line 14 
  * and do things specific to the character set.   * and do things specific to the character set.
  */   */
   
 #include "less.h"  
 #include <locale.h>  
 #include <ctype.h>  #include <ctype.h>
 #include <langinfo.h>  #include <langinfo.h>
   #include <locale.h>
   
 #include "charset.h"  #include "charset.h"
   #include "less.h"
   
 int utf_mode = 0;  int utf_mode = 0;
   

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18