extern int regexec _RE_ARGS ((const regex_t *__restrict __preg,
const char *__restrict __string,
size_t __nmatch,
regmatch_t __pmatch[__restrict_arr],
int __eflags));
dang, and it's getting a build error too :-)
Where do the compiler attribute hacks end and the code begin, we wonders?
make[4]: Entering directory
`/home/rminnich/src/l4/afterburner/build/binutils-2.15.91.0.
2/gas'
gcc -DHAVE_CONFIG_H -I.
-I/home/rminnich/src/l4/afterburner/extern/binutils-2.15.91.0.2/
gas -I. -D_GNU_SOURCE -I.
-I/home/rminnich/src/l4/afterburner/extern/binutils-2.15.91.0.
2/gas -I../bfd
-I/home/rminnich/src/l4/afterburner/extern/binutils-2.15.91.0.2/gas/confi
g
-I/home/rminnich/src/l4/afterburner/extern/binutils-2.15.91.0.2/gas/../include
-I/home
/rminnich/src/l4/afterburner/extern/binutils-2.15.91.0.2/gas/..
-I/home/rminnich/src/l4/
afterburner/extern/binutils-2.15.91.0.2/gas/../bfd
-I/home/rminnich/src/l4/afterburner/e
xtern/binutils-2.15.91.0.2/gas/../intl -I../intl
-DLOCALEDIR="\"/home/rminnich/src/l4/af
terburner/usr/share/locale\"" -W -Wall -Wstrict-prototypes
-Wmissing-prototypes -g -O2
-c /home/rminnich/src/l4/afterburner/extern/binutils-2.15.91.0.2/gas/app.c
In file included from ./targ-cpu.h:1,
from
/home/rminnich/src/l4/afterburner/extern/binutils-2.15.91.0.2/gas/
config/obj-elf.h:42,
from ./obj-format.h:1,
from
/home/rminnich/src/l4/afterburner/extern/binutils-2.15.91.0.2/gas/
config/te-linux.h:4,
from ./targ-env.h:1,
from
/home/rminnich/src/l4/afterburner/extern/binutils-2.15.91.0.2/gas/
as.h:629,
from
/home/rminnich/src/l4/afterburner/extern/binutils-2.15.91.0.2/gas/
app.c:30:
/home/rminnich/src/l4/afterburner/extern/binutils-2.15.91.0.2/gas/config/tc-i386.h:457:
error: array type has incomplete element type
ya hoo!
ron