From 1f098efb7370a0b28306d10681e21883fb1c1507 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sat, 15 Aug 2020 20:46:23 -0400 Subject: all: a few more #define tricks for AIX This should make the AIX build finally work. Fixes #400. --- src/cmd/sam/sam.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cmd/sam') diff --git a/src/cmd/sam/sam.h b/src/cmd/sam/sam.h index c11163ef..aae39b4a 100644 --- a/src/cmd/sam/sam.h +++ b/src/cmd/sam/sam.h @@ -9,6 +9,9 @@ #undef warn #define warn samwarn +#undef class +#define class samclass + /* * BLOCKSIZE is relatively small to keep memory consumption down. */ -- cgit v1.2.3