plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit dea4dbdba6e8a4652e682627dce50503bca5c4b4
parent 079f5e94459fe5afccf749764d81ab88c59f055a
Author: Russ Cox <rsc@swtch.com>
Date:   Mon, 18 May 2020 22:31:22 -0400

acme: avoid global named "class"

For AIX.

Diffstat:
Msrc/cmd/acme/regx.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/cmd/acme/regx.c b/src/cmd/acme/regx.c @@ -15,6 +15,9 @@ Rangeset sel; Rune *lastregexp; +#undef class +#define class regxclass /* some systems declare "class" in system headers */ + /* * Machine Information */