home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / unixtex-6.1b-src.lha / unixtex-6.1b / web2c / mf / coerce.add < prev    next >
Encoding:
Text File  |  1990-10-12  |  472 b   |  14 lines

  1. /* Some definitions that get appended to the `coerce.h' file that web2c
  2.    outputs.  */
  3.  
  4. /* The C compiler ignores most unnecessary casts (i.e., casts of
  5.    something to its own type).  However, for structures, it doesn't.
  6.    Therefore, we have to redefine these macros so they don't cast
  7.    cast their argument (of type memoryword or fourquarters,
  8.    respectively).  */
  9. #undef    printword
  10. #define    printword(x)    zprintword (x)
  11.  
  12. #undef    tfmqqqq
  13. #define tfmqqqq(x)    ztfmqqqq (x)
  14.