I am porting some code from AIX to Linux I am getting compilations errors for undefined symbols TRUE and FALSE. They are not defined in the source code and I dont have access to AIX system. Are these symbols defined in headers of xlc compiler ?
Asked
Active
Viewed 104 times
1 Answers
1
Yes, TRUE and FALSE are defined in some headers on AIX (unrelated to xlc though). Examples: cur01.h, curses.h, im.h, ntbl.h, piostruct.h, IN/standard.h, rpc/types.h, sys/audio.h

Lorinczy Zsigmond
- 1,749
- 1
- 14
- 21