Ben Wing writes:
ok ... i can reproduce, patch is forthcoming.
thanks for the report!
i updated the sources,
% ll src/regex.c
-rw-r--r-- 1 gb gb 222708 Mar 9 10:41 src/regex.c
%
(the src/Changelog says:
* regex.c:
[...]
Fix problems with rel-alloc compilation caused by previous patch.
)
and make beta fails with
gcc -c -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare \
-Wundef -Wstrict-prototypes -Wshadow -Wmissing-declarations -g -O3 \
-Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include regex.c
regex.c: In function `re_match_2_internal':
regex.c:6136: parse error before `charpos'
regex.c:6137: `charpos' undeclared (first use in this function)
regex.c:6137: (Each undeclared identifier is reported only once
regex.c:6137: for each function it appears in.)
syntax.h:383: warning: inlining failed in call to `UPDATE_SYNTAX_CACHE'
regex.c:6137: warning: called from here
syntax.h:373: warning: inlining failed in call to `UPDATE_SYNTAX_CACHE_BACKWARD'
regex.c:6151: warning: called from here
regex.c:6179: parse error before `charpos'
syntax.h:355: warning: inlining failed in call to `UPDATE_SYNTAX_CACHE_FORWARD'
regex.c:6199: warning: called from here
make[1]: *** [regex.o] Error 1