Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/fgen remove redundant decl



details:   https://anonhg.NetBSD.org/src/rev/8515f5e635ee
branches:  trunk
changeset: 503374:8515f5e635ee
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Feb 05 01:47:01 2001 +0000

description:
remove redundant decl

diffstat:

 usr.bin/fgen/fgen.l |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1245636e5d1e -r 8515f5e635ee usr.bin/fgen/fgen.l
--- a/usr.bin/fgen/fgen.l       Mon Feb 05 01:45:32 2001 +0000
+++ b/usr.bin/fgen/fgen.l       Mon Feb 05 01:47:01 2001 +0000
@@ -1,5 +1,5 @@
 %{
-/*     $NetBSD: fgen.l,v 1.10 2000/10/11 14:46:02 is Exp $     */
+/*     $NetBSD: fgen.l,v 1.11 2001/02/05 01:47:01 christos Exp $       */
 /* FLEX input for FORTH input file scanner */
 /*  
  * Copyright (c) 1998 Eduardo Horvath.
@@ -90,7 +90,6 @@
 Cell parse_stack[PSTKSIZ];
 int parse_stack_ptr = 0;
 
-int    main __P((int, char *[]));
 void   token_err __P((int, char *, char *, char *, ...))
        __attribute__((__format__(__printf__, 4, 5)));
 YY_DECL;



Home | Main Index | Thread Index | Old Index