Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/net add _nsyylineno declaration
details: https://anonhg.NetBSD.org/src/rev/df2b86758646
branches: trunk
changeset: 500925:df2b86758646
user: christos <christos%NetBSD.org@localhost>
date: Wed Dec 20 20:50:46 2000 +0000
description:
add _nsyylineno declaration
diffstat:
lib/libc/net/nsparser.y | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 3ac89438021d -r df2b86758646 lib/libc/net/nsparser.y
--- a/lib/libc/net/nsparser.y Wed Dec 20 20:47:55 2000 +0000
+++ b/lib/libc/net/nsparser.y Wed Dec 20 20:50:46 2000 +0000
@@ -1,5 +1,5 @@
%{
-/* $NetBSD: nsparser.y,v 1.6 1999/11/28 05:46:15 lukem Exp $ */
+/* $NetBSD: nsparser.y,v 1.7 2000/12/20 20:50:46 christos Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: nsparser.y,v 1.6 1999/11/28 05:46:15 lukem Exp $");
+__RCSID("$NetBSD: nsparser.y,v 1.7 2000/12/20 20:50:46 christos Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
@@ -57,8 +57,8 @@
static ns_dbt curdbt;
static ns_src cursrc;
-extern int _nsyylineno;
extern char * _nsyytext;
+extern int _nsyylineno;
%}
%union {
Home |
Main Index |
Thread Index |
Old Index