mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
diff: rename class to fix AIX
math.h defines a function named class on AIX.
This commit is contained in:
parent
84167be4ad
commit
d4a4b66a40
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,9 @@
|
|||
* 3*(number of k-candidates installed), typically about
|
||||
* 6n words for files of length n.
|
||||
*/
|
||||
|
||||
#define class diffclass
|
||||
|
||||
/* TIDY THIS UP */
|
||||
struct cand {
|
||||
int x;
|
||||
|
|
Loading…
Reference in a new issue