Larry Rosenman <ler(at)lerctr(dot)org> writes:
> With cc -Xb, we get farther, but still die.... (CURRENT CVS):
> cc -Xb -O -g -K PIC -I../../../../../../src/include -I/usr/local/include -c -o ascii_and_mic.o ascii_and_mic.c
> UX:cc: WARNING: debugging and optimization mutually exclusive; -O disabled
> UX:acomp: ERROR: "ascii_and_mic.c", line 19: syntax error, probably missing ",", ";" or "="
This one is my fault: when I hacked up PG_FUNCTION_INFO_V1 yesterday,
I neglected to check to be sure that *every* use had a semicolon after
it. Just discovered that a few minutes ago myself. Fix is committed.
regards, tom lane