Hi
the current git version of TinyCC chokes at one of my scripts:
address@hidden:~.../Devel$ syncp tinycc_1.0.0-pre2_i386.deb /media/Philips\
External\ Hard\ Disk/
In file included from /home/paag/bin/syncp:16:
/usr/include/regex.h:543: identifier expected
address@hidden:~.../Devel$ SciTE /usr/include/regex.h &
The offending line in regex.h is:
extern int regexec (const regex_t *__restrict __preg,
const char *__restrict __string, size_t __nmatch,
regmatch_t __pmatch[__restrict_arr],
int __eflags);
This doesn't happen with Landley's mercurialtcc.
Cheers,/PA