Mail Archives: djgpp/1997/01/14/12:38:21
Dear programmers,
If I write something like this in a xxx.h file
typedef unsigned char BYTE;
and I have *THE SAME* typedef in some other yyy.h file,
both included in the same .c file, the DJGPP compiler complains
that:
file xxx.h line n redefinition of `BYTE'
file yyy.h line m `BYTE' previously declared here
Is there some way to avoid this error, which is not even a warning
in other compilers (provided, of course, that both definitions are
identical)?
Thanks in advance,
XP
- Raw text -