=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/m4/extern.h,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- src/usr.bin/m4/extern.h 2003/06/30 22:10:21 1.36 +++ src/usr.bin/m4/extern.h 2003/06/30 22:11:38 1.37 @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.36 2003/06/30 22:10:21 espie Exp $ */ +/* $OpenBSD: extern.h,v 1.37 2003/06/30 22:11:38 espie Exp $ */ /* $NetBSD: extern.h,v 1.3 1996/01/13 23:25:24 pk Exp $ */ /*- @@ -70,10 +70,11 @@ extern void macro_for_all(void (*)(const char *, struct macro_definition *)); extern const char *macro_name(ndptr); extern struct macro_definition *macro_getdef(ndptr); +extern ndptr macro_getbuiltin(const char *); +extern int macro_builtin_type(ndptr); /* main.c */ extern void outputstr(const char *); -extern int builtin_type(const char *); extern void do_emit_synchline(void); #define emit_synchline() do { if (synch_lines) do_emit_synchline(); } while(0)