[BACK]Return to term_ascii.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/term_ascii.c between version 1.15 and 1.16

version 1.15, 2011/05/17 22:32:45 version 1.16, 2011/05/19 15:48:58
Line 37 
Line 37 
 #include "term.h"  #include "term.h"
 #include "main.h"  #include "main.h"
   
   /*
    * Sadly, this doesn't seem to be defined on systems even when they
    * support it.  For the time being, remove it and let those compiling
    * the software decide for themselves what to use.
    */
   #if 0
 #if ! defined(__STDC_ISO_10646__)  #if ! defined(__STDC_ISO_10646__)
 # undef USE_WCHAR  # undef USE_WCHAR
   #endif
 #endif  #endif
   
 static  struct termp     *ascii_init(enum termenc, char *);  static  struct termp     *ascii_init(enum termenc, char *);

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVSweb