From: johanknol Date: Sun, 9 Sep 2001 09:07:18 +0000 (+0000) Subject: this shouldn't have been in cvs X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=1b940f2adbdb54d3fdf28bbf131c2af1e6960330;p=fw%2Fsdcc this shouldn't have been in cvs git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1245 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCsymt.c b/src/SDCCsymt.c index 72ba0d1f..2a2000d5 100644 --- a/src/SDCCsymt.c +++ b/src/SDCCsymt.c @@ -451,8 +451,6 @@ addDecl (symbol * sym, int type, sym_link * p) DCL_TYPE (p) == UPOINTER && DCL_TSPEC (p)) { - fprintf (stderr, "This has to go!\n"); - exit (43); if (!IS_SPEC (sym->etype)) { sym->etype = sym->etype->next = newLink ();