home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / unixtex-6.1b-src.lha / unixtex-6.1b / web2c / tex / coerce.add < prev    next >
Encoding:
Text File  |  1990-01-19  |  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.