home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d6xx / d611 / tex.lha / TeX / src2.lha / src / mfware / memory.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-11-09  |  179 b   |  8 lines

  1. /* This file is included from gftodvi.ch, since variant records are
  2.    too hard to translate automatically.  */
  3.  
  4. typedef union {
  5.    scaled sc;
  6.    fourquarters qqqq;
  7. } memoryword;
  8.