=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/m4/main.c,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- src/usr.bin/m4/main.c 2003/06/10 22:20:48 1.56 +++ src/usr.bin/m4/main.c 2003/06/12 14:36:43 1.57 @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.56 2003/06/10 22:20:48 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.57 2003/06/12 14:36:43 espie Exp $ */ /* $NetBSD: main.c,v 1.12 1997/02/08 23:54:49 cgd Exp $ */ /*- @@ -43,7 +43,7 @@ #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: main.c,v 1.56 2003/06/10 22:20:48 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.57 2003/06/12 14:36:43 espie Exp $"; #endif #endif /* not lint */ @@ -180,6 +180,7 @@ if (signal(SIGINT, SIG_IGN) != SIG_IGN) signal(SIGINT, onintr); + init_trace(); initkwds(); initspaces(); STACKMAX = INITSTACKMAX;