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

  1. dnl "m4.texinfo": 1460: Origin here
  2. define(`comment', `COMMENT')
  3. dnl =>
  4. # A normal comment
  5. dnl =># A normal comment
  6. changecom(`@', `*')
  7. dnl =>
  8. # Not a comment anymore
  9. dnl =># Not a COMMENT anymore
  10. But: @ this is now a comment *
  11. dnl =>But: @ this is now a comment *
  12.