mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +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
|
* 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;
|
||||||
|
|
Loading…
Reference in a new issue