mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
acme: avoid global named "class"
For AIX.
This commit is contained in:
parent
079f5e9445
commit
dea4dbdba6
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@
|
||||||
Rangeset sel;
|
Rangeset sel;
|
||||||
Rune *lastregexp;
|
Rune *lastregexp;
|
||||||
|
|
||||||
|
#undef class
|
||||||
|
#define class regxclass /* some systems declare "class" in system headers */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Machine Information
|
* Machine Information
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue