|
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: 415 (0x19f) Types: TextFile Names: »def.gen.h«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/gnu-31mar87/hack/def.gen.h«
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* def.gen.h version 1.0.1: added ONCE flag */ struct gen { struct gen *ngen; xchar gx,gy; unsigned gflag; /* 037: trap type; 040: SEEN flag */ /* 0100: ONCE only */ #define TRAPTYPE 037 #define SEEN 040 #define ONCE 0100 }; extern struct gen *fgold, *ftrap; struct gen *g_at(); #define newgen() (struct gen *) alloc(sizeof(struct gen))