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/m4 Pull up revision 1.12 (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/fe96395ebf9b
branches:  netbsd-1-4
changeset: 471071:fe96395ebf9b
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 19 16:31:45 2000 +0000

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

diffstat:

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

diffs (27 lines):

diff -r 55113abcebff -r fe96395ebf9b usr.bin/m4/eval.c
--- a/usr.bin/m4/eval.c Thu Oct 19 16:31:42 2000 +0000
+++ b/usr.bin/m4/eval.c Thu Oct 19 16:31:45 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: eval.c,v 1.10 1997/10/19 04:39:51 lukem Exp $  */
+/*     $NetBSD: eval.c,v 1.10.4.1 2000/10/19 16:31:45 he Exp $ */
 
 /*
  * Copyright (c) 1989, 1993
@@ -41,7 +41,7 @@
 #if 0
 static char sccsid[] = "@(#)eval.c     8.2 (Berkeley) 4/27/95";
 #else
-__RCSID("$NetBSD: eval.c,v 1.10 1997/10/19 04:39:51 lukem Exp $");
+__RCSID("$NetBSD: eval.c,v 1.10.4.1 2000/10/19 16:31:45 he Exp $");
 #endif
 #endif /* not lint */
 
@@ -377,7 +377,7 @@
        }
 }
 
-char *dumpfmt = "`%s'\t`%s'\n";               /* format string for dumpdef   */
+const char dumpfmt[] = "`%s'\t`%s'\n";        /* format string for dumpdef   */
 
 /*
  * expand - user-defined macro expansion



Home | Main Index | Thread Index | Old Index