0

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 ?

Chandu
  • 1,837
  • 7
  • 30
  • 51

1 Answers1

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