home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / GNU / M4V05AS.ZIP / EXAMPLES / MISCELLA.5 < prev    next >
Encoding:
Text File  |  1992-02-19  |  206 b   |  7 lines

  1. dnl "m4.texinfo": 1506: Origin here
  2. define(`fatal_error', `errprint(`m4: fatal error: $*
  3. ')m4exit(1)')
  4. dnl =>
  5. fatal_error(`This is a BAD one, buster')
  6. dnl *>m4: fatal error: This is a BAD one, buster
  7.