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

Diff for /mandoc/Makefile between version 1.395.2.27 and 1.395.2.28

version 1.395.2.27, 2014/08/11 00:31:13 version 1.395.2.28, 2014/08/12 21:37:42
Line 30  VERSION   = 1.12.4
Line 30  VERSION   = 1.12.4
 # putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a  # putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a
 # UCS-4 value) should you define USE_WCHAR.  If you define it and your  # UCS-4 value) should you define USE_WCHAR.  If you define it and your
 # system DOESN'T support this, -Tlocale will produce garbage.  # system DOESN'T support this, -Tlocale will produce garbage.
 # If you don't define it, -Tlocale is a synonym for -Tacsii.  # If you don't define it, -Tlocale is a synonym for -Tascii.
 #  #
 CFLAGS          += -DUSE_WCHAR  CFLAGS          += -DUSE_WCHAR
   

Legend:
Removed from v.1.395.2.27  
changed lines
  Added in v.1.395.2.28

CVSweb