From 332a2d7ff77be85c70027ae3cc32d8df2c8dd555 Mon Sep 17 00:00:00 2001 From: steve Date: Thu, 17 Jun 1999 05:33:12 +0000 Subject: [PATCH] Redundant declaration of pform_parse. --- main.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/main.cc b/main.cc index 8da5fe5c8..b08c67273 100644 --- a/main.cc +++ b/main.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) -#ident "$Id: main.cc,v 1.16 1999/06/15 03:44:53 steve Exp $" +#ident "$Id: main.cc,v 1.17 1999/06/17 05:33:12 steve Exp $" #endif # include @@ -30,7 +30,6 @@ # include "netlist.h" # include "target.h" -extern void pform_parse(); const char*target = "null"; string start_module = ""; @@ -249,6 +248,9 @@ int main(int argc, char*argv[]) /* * $Log: main.cc,v $ + * Revision 1.17 1999/06/17 05:33:12 steve + * Redundant declaration of pform_parse. + * * Revision 1.16 1999/06/15 03:44:53 steve * Get rid of the STL vector template. *