home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / textprocess / armtex / texsrc1 / Src / tex / h / fixcoerce
Encoding:
Text File  |  1993-05-01  |  384 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.