all: a few more #define tricks for AIX
This should make the AIX build finally work. Fixes #400.
This commit is contained in:
parent
d32deab17b
commit
1f098efb73
2 changed files with 36 additions and 0 deletions
|
|
@ -9,6 +9,9 @@
|
|||
#undef warn
|
||||
#define warn samwarn
|
||||
|
||||
#undef class
|
||||
#define class samclass
|
||||
|
||||
/*
|
||||
* BLOCKSIZE is relatively small to keep memory consumption down.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue