|
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: 189 (0xbd) Types: TextFile Names: »m-nplinit.h«
└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89 └─⟦46d41b2d0⟧ »./emacs-18.55.tar.Z« └─⟦fa971747f⟧ └─⟦this⟧ »dist-18.55/gdb/m-nplinit.h«
/* This is how the size of an individual .o file's text segment is rounded on a NP1. See np1-pinsn.c for rounding function. */ #define FILEADDR_ROUND(addr) (((int)(addr) + 31) & ~0xf)