home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / m4-1.1-src.lha / src / amiga / m4-1.1 / checks / 16.ifdef < prev    next >
Encoding:
Text File  |  1993-11-08  |  245 b   |  8 lines

  1. dnl ../m4.texinfo:1112: Origin of test
  2. ifdef(`foo', ``foo' is defined', ``foo' is not defined')
  3. dnl @result{}foo is not defined
  4. define(`foo', `')
  5. dnl @result{}
  6. ifdef(`foo', ``foo' is defined', ``foo' is not defined')
  7. dnl @result{}foo is defined
  8.