summaryrefslogtreecommitdiffstats
path: root/usr.bin/vgrind/extern.h
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-15 09:26:28 +0000
committerjb <jb@FreeBSD.org>1998-05-15 09:26:28 +0000
commitd464adb4c03446481b775185f820a5c71f68ed29 (patch)
treef037b87e18c59d72327f385d7cc6acacb166a737 /usr.bin/vgrind/extern.h
parent64f861538720155a2c10a8769c069072c17954d4 (diff)
downloadFreeBSD-src-d464adb4c03446481b775185f820a5c71f68ed29.zip
FreeBSD-src-d464adb4c03446481b775185f820a5c71f68ed29.tar.gz
Change the name of a variable from _start to s_start. On alpha there
must be a library function called _start.
Diffstat (limited to 'usr.bin/vgrind/extern.h')
-rw-r--r--usr.bin/vgrind/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vgrind/extern.h b/usr.bin/vgrind/extern.h
index 0526d56..946bcd5 100644
--- a/usr.bin/vgrind/extern.h
+++ b/usr.bin/vgrind/extern.h
@@ -37,7 +37,7 @@
typedef int boolean;
extern boolean _escaped; /* if last character was an escape */
-extern char *_start; /* start of the current string */
+extern char *s_start; /* start of the current string */
extern char *l_acmbeg; /* string introducing a comment */
extern char *l_acmend; /* string ending a comment */
extern char *l_blkbeg; /* string begining of a block */
OpenPOWER on IntegriCloud