=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/m4/mdef.h,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/m4/mdef.h 2000/01/12 17:49:53 1.12 --- src/usr.bin/m4/mdef.h 2000/01/15 14:26:00 1.13 *************** *** 1,4 **** ! /* $OpenBSD: mdef.h,v 1.12 2000/01/12 17:49:53 espie Exp $ */ /* $NetBSD: mdef.h,v 1.7 1996/01/13 23:25:27 pk Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: mdef.h,v 1.13 2000/01/15 14:26:00 espie Exp $ */ /* $NetBSD: mdef.h,v 1.7 1996/01/13 23:25:27 pk Exp $ */ /* *************** *** 144,151 **** int sfra; /* frame entry */ char *sstr; /* string entry */ } stae; - - typedef short pbent; /* pushback entry; needs to hold chars + EOF */ struct input_file { FILE *file; --- 144,149 ----