Source-Changes-HG archive

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

[src/trunk]: src/gnu/dist/groff/src/preproc/refer Remove extraneous declarati...



details:   https://anonhg.NetBSD.org/src/rev/b2fb763c6a5e
branches:  trunk
changeset: 521426:b2fb763c6a5e
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Jan 30 20:44:54 2002 +0000

description:
Remove extraneous declarations of yyparse() and yylex().

diffstat:

 gnu/dist/groff/src/preproc/refer/label.y |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r ddb2aeedbe88 -r b2fb763c6a5e gnu/dist/groff/src/preproc/refer/label.y
--- a/gnu/dist/groff/src/preproc/refer/label.y  Wed Jan 30 20:38:49 2002 +0000
+++ b/gnu/dist/groff/src/preproc/refer/label.y  Wed Jan 30 20:44:54 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: label.y,v 1.1.1.1 2001/04/19 12:52:00 wiz Exp $        */
+/*     $NetBSD: label.y,v 1.2 2002/01/30 20:44:54 tv Exp $     */
 
 /* -*- C++ -*-
    Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
@@ -27,9 +27,7 @@
 #include "ref.h"
 #include "token.h"
 
-int yylex();
 void yyerror(const char *);
-int yyparse();
 
 static const char *format_serial(char c, int n);
 



Home | Main Index | Thread Index | Old Index