all: a few more #define tricks for AIX

This should make the AIX build finally work.

Fixes #400.
This commit is contained in:
Russ Cox 2020-08-15 20:46:23 -04:00
parent d32deab17b
commit 1f098efb73
2 changed files with 36 additions and 0 deletions

View file

@ -9,6 +9,9 @@
#undef warn
#define warn samwarn
#undef class
#define class samclass
/*
* BLOCKSIZE is relatively small to keep memory consumption down.
*/