home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 357_01 / cstar1.exe / DEF.PP < prev    next >
Text File  |  1991-11-15  |  161b  |  15 lines

  1. #define A 1
  2. #ifdef A
  3. A is defined.
  4. #else
  5. A is undefined.
  6. #endif
  7. #undef A
  8. #ifdef A
  9. A is defined.
  10. #else
  11. A is undefined.
  12. #endif
  13. #line 1
  14. #line 2 abc.d
  15.