DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦6b9d9cfc7⟧ TextFile

    Length: 348 (0x15c)
    Types: TextFile
    Names: »m-isiinit.h«

Derivation

└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89
    └─⟦46d41b2d0⟧ »./emacs-18.55.tar.Z« 
        └─⟦fa971747f⟧ 
            └─⟦this⟧ »dist-18.55/gdb/m-isiinit.h« 

TextFile

/* Customize initialize.h for Integrated Solutions machines.  */

/* Define this if you are using system version 4; undefine it for
   version 3.  This alters the action of m-isi-ov.h as well as this file.  */
#define BSD43_ISI40D

#ifdef BSD43_ISI40D
#define FILEADDR_ROUND(addr) (addr)
#else
#define FILEADDR_ROUND(addr) ((addr + 3) & -4)
#endif