summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2001-06-12 17:21:39 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-13 02:50:43 +0000
commita5ff3b9ad25c72d5b32019260730131002679dcd (patch)
treeaa42ea08749ef809415314f31a54359413cc4f30 /configure.com
parent61d42ce43847d6cea183d4f40e2921e53606f13f (diff)
downloadperl-a5ff3b9ad25c72d5b32019260730131002679dcd.tar.gz
Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
Message-Id: <a05101000b74c8698483b@[172.16.52.1]> p4raw-id: //depot/perl@10555
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.com b/configure.com
index 4a5ee1eb39..7b02485e3f 100644
--- a/configure.com
+++ b/configure.com
@@ -3654,7 +3654,7 @@ $ WS "#include <string.h>"
$ WS "int main()"
$ WS "{"
$ WS "char * place;"
-$ WS "place = memchr(""foo"", 47, 3)"
+$ WS "place = memchr(""foo"", 47, 3);"
$ WS "exit(0);"
$ WS "}"
$ CS