diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-21 04:15:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-21 04:15:31 +0000 |
commit | 03adcd38b017d0d0b12f38d1fffdacd67be7fa55 (patch) | |
tree | d4575b85d36cc19542a119257953652a85781b9e /usr.bin/mg | |
parent | dba3f2685fe219cfbe12a13aee0a8c3d3ff7c2ab (diff) |
always define CHARMASK
Diffstat (limited to 'usr.bin/mg')
-rw-r--r-- | usr.bin/mg/chrdef.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/mg/chrdef.h b/usr.bin/mg/chrdef.h index 2f2c4a70d75..d75b098c139 100644 --- a/usr.bin/mg/chrdef.h +++ b/usr.bin/mg/chrdef.h @@ -1,4 +1,4 @@ -/* $OpenBSD: chrdef.h,v 1.4 2002/02/14 02:50:10 vincent Exp $ */ +/* $OpenBSD: chrdef.h,v 1.5 2002/02/21 04:15:30 deraadt Exp $ */ /* * sys/default/chardef.h: character set specific #defines for Mg 2a @@ -10,9 +10,7 @@ * and won't have the size problems. Override in sysdef.h if no * unsigned char type. */ -#ifndef CHARMASK #define CHARMASK(c) ((unsigned char) (c)) -#endif /* * These flags, and the macros below them, |