[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo 4.1 build problem on AIX
From: |
Albert Chin-A-Young |
Subject: |
texinfo 4.1 build problem on AIX |
Date: |
Mon, 18 Mar 2002 10:50:41 -0600 |
User-agent: |
Mutt/1.2.5i |
The AIX compiler dies if a trailing ',' exists in a struct definition.
--
albert chin (address@hidden)
-- snip snip
--- info/infokey.c.orig Mon Mar 18 08:26:04 2002
+++ info/infokey.c Mon Mar 18 08:26:23 2002
@@ -60,7 +60,7 @@
{
info = 0,
ea = 1,
- var = 2,
+ var = 2
};
struct sect
{
@@ -400,7 +400,7 @@
got_varname,
get_equals,
got_equals,
- get_value,
+ get_value
}
state = start_of_line;
enum sect_e section = info;
@@ -410,7 +410,7 @@
slosh,
control,
octal,
- special_key,
+ special_key
}
seqstate; /* used if state == get_keyseq */
char meta = 0;
- texinfo 4.1 build problem on AIX,
Albert Chin-A-Young <=