Mail Archives: djgpp/1993/10/19/13:20:57
In article <9310190924 DOT AA26981 AT aguirre DOT ing DOT unifi DOT it> you write:
> I got indent-C++.6.5 at ftp.th-darmstadt.de in directory
> pub/programming/languages/C++/tools-9 and I tried to compile it
> with DjGpp 1.09 & 1.10, but the same error came out:
> at line 482-483 in indent.c:
> *e_code++ = *t_ptr;
> although e_code was defined char*, the compiler complains about symbols
> 'e_' and 'code not being defined. How can I solve this?
>
> Thanks.
>
> Riccardo Mattolini
>
I think I had the same problem. As far as I can remember it is something
to do with the token pasting operator in one of the macros not working as
you might expect. Take a look in the header files for the macros and fiddle
with the #define that specifies wich form of token pasting to use.
Note the above is all from memory as I can't find where I put the source.
Hope this helps!
-- davep AT dspcproj DOT demon DOT co DOT uk -- dave postill -- datastream international ltd
- Raw text -