Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.bin/yacc Pull up revision 1.9 (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/2dea2a461a29
branches:  netbsd-1-4
changeset: 471107:2dea2a461a29
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 19 16:33:29 2000 +0000

description:
Pull up revision 1.9 (requested by he):
  Format string cleanup.

diffstat:

 usr.bin/yacc/reader.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5c701f2b1625 -r 2dea2a461a29 usr.bin/yacc/reader.c
--- a/usr.bin/yacc/reader.c     Thu Oct 19 16:33:23 2000 +0000
+++ b/usr.bin/yacc/reader.c     Thu Oct 19 16:33:29 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: reader.c,v 1.8 1998/12/19 20:03:49 christos Exp $      */
+/*     $NetBSD: reader.c,v 1.8.2.1 2000/10/19 16:33:29 he Exp $        */
 
 /*
  * Copyright (c) 1989 The Regents of the University of California.
@@ -41,7 +41,7 @@
 #if 0
 static char sccsid[] = "@(#)reader.c   5.7 (Berkeley) 1/20/91";
 #else
-__RCSID("$NetBSD: reader.c,v 1.8 1998/12/19 20:03:49 christos Exp $");
+__RCSID("$NetBSD: reader.c,v 1.8.2.1 2000/10/19 16:33:29 he Exp $");
 #endif
 #endif /* not lint */
 
@@ -118,7 +118,7 @@
 void reader __P((void));
 
 
-char line_format[] = "#line %d \"%s\"\n";
+static const char line_format[] = "#line %d \"%s\"\n";
 
 void
 cachec(c)



Home | Main Index | Thread Index | Old Index