diff options
author | 2002-02-21 04:15:30 +0000 | |
---|---|---|
committer | 2002-02-21 04:15:30 +0000 | |
commit | c214301fe89b1b38147654887ce921ff57b5990d (patch) | |
tree | 7d6c80a960ce950287517fc8e28b9efe9ffc99b0 | |
parent | ^Xu is also an undo char (diff) | |
download | wireguard-openbsd-c214301fe89b1b38147654887ce921ff57b5990d.tar.xz wireguard-openbsd-c214301fe89b1b38147654887ce921ff57b5990d.zip |
always define CHARMASK
-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, |