summaryrefslogtreecommitdiff
path: root/usr.bin/mg
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-21 04:15:31 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-21 04:15:31 +0000
commit03adcd38b017d0d0b12f38d1fffdacd67be7fa55 (patch)
treed4575b85d36cc19542a119257953652a85781b9e /usr.bin/mg
parentdba3f2685fe219cfbe12a13aee0a8c3d3ff7c2ab (diff)
always define CHARMASK
Diffstat (limited to 'usr.bin/mg')
-rw-r--r--usr.bin/mg/chrdef.h4
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,