[BACK]Return to chrdef.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/chrdef.h between version 1.4 and 1.5

version 1.4, 2002/02/14 02:50:10 version 1.5, 2002/02/21 04:15:30
Line 10 
Line 10 
  * and won't have the size problems.  Override in sysdef.h if no   * and won't have the size problems.  Override in sysdef.h if no
  * unsigned char type.   * unsigned char type.
  */   */
 #ifndef CHARMASK  
 #define CHARMASK(c)     ((unsigned char) (c))  #define CHARMASK(c)     ((unsigned char) (c))
 #endif  
   
 /*  /*
  * These flags, and the macros below them,   * These flags, and the macros below them,

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5