Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.bin/vgrind/RETEST Pull up rev. 1.3:



details:   https://anonhg.NetBSD.org/src/rev/0f2181ac23cf
branches:  netbsd-1-5
changeset: 488301:0f2181ac23cf
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jun 27 21:46:54 2000 +0000

description:
Pull up rev. 1.3:
typo (: -> ;) and sync with 1998 change in ../regexp.c
_start -> x_start
_escaped -> x_escaped

diffstat:

 usr.bin/vgrind/RETEST/retest.c |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r 5e9e0c81e8a9 -r 0f2181ac23cf usr.bin/vgrind/RETEST/retest.c
--- a/usr.bin/vgrind/RETEST/retest.c    Tue Jun 27 21:46:01 2000 +0000
+++ b/usr.bin/vgrind/RETEST/retest.c    Tue Jun 27 21:46:54 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: retest.c,v 1.2 1994/11/17 08:28:18 jtc Exp $   */
+/*     $NetBSD: retest.c,v 1.2.16.1 2000/06/27 21:46:54 thorpej Exp $  */
 
 /*
  * Copyright (c) 1980, 1993
@@ -43,14 +43,14 @@
 #if 0
 static char sccsid[] = "@(#)retest.c   8.1 (Berkeley) 6/6/93";
 #endif
-static char rcsid[] = "$NetBSD: retest.c,v 1.2 1994/11/17 08:28:18 jtc Exp $":
+static char rcsid[] = "$NetBSD: retest.c,v 1.2.16.1 2000/06/27 21:46:54 thorpej Exp $";
 #endif /* not lint */
 
 #include <ctype.h>
 
 int l_onecase = 0;
-char * _start;
-char * _escaped;
+char * x_start;
+char * x_escaped;
 char * convexp();
 char * expmatch();
 main()
@@ -97,8 +97,8 @@
            if (str[0] == '#')
                break;
            matstr[0] = 0;
-           _start = str;
-           _escaped = 0;
+           x_start = str;
+           x_escaped = 0;
            match = expmatch (str, ireg, matstr);
            if (match == 0)
                printf ("FAILED\n");



Home | Main Index | Thread Index | Old Index