diff: rename class to fix AIX

math.h defines a function named class on AIX.
This commit is contained in:
Russ Cox 2020-05-18 19:55:01 -04:00
parent 84167be4ad
commit d4a4b66a40

View file

@ -66,6 +66,9 @@
* 3*(number of k-candidates installed), typically about * 3*(number of k-candidates installed), typically about
* 6n words for files of length n. * 6n words for files of length n.
*/ */
#define class diffclass
/* TIDY THIS UP */ /* TIDY THIS UP */
struct cand { struct cand {
int x; int x;