home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / unixtex-6.1b-src.tgz / tar.out / contrib / unixtex / web2c / tex / coerce.add < prev    next >
Encoding:
Text File  |  1996-09-28  |  376 b   |  11 lines

  1. /*
  2.  * The C compiler ignores most unnecessary casts (i.e., casts of something
  3.  * to its own type).  However, for structures, it doesn't.  Therefore,
  4.  * we have to redefine these two macros so that they don't try to cast
  5.  * the argument (a memoryword) as a memoryword.
  6.  */
  7. #undef    eqdestroy
  8. #define    eqdestroy(x)    zeqdestroy(x)
  9. #undef    printword
  10. #define    printword(x)    zprintword(x)
  11.