|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 472 (0x1d8) Types: TextFile Names: »fixcoerce.h«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦c6be2784f⟧ »web2c-5.84b.tar.Z« └─⟦5800b1b62⟧ └─⟦this⟧ »src-5.84b/mf/fixcoerce.h« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« └─⟦c58930e5c⟧ └─⟦this⟧ »TeX3.14/mf/fixcoerce.h«
/* Some definitions that get appended to the `coerce.h' file that web2c outputs. */ /* The C compiler ignores most unnecessary casts (i.e., casts of something to its own type). However, for structures, it doesn't. Therefore, we have to redefine these macros so they don't cast cast their argument (of type memoryword or fourquarters, respectively). */ #undef printword #define printword(x) zprintword (x) #undef tfmqqqq #define tfmqqqq(x) ztfmqqqq (x)