diff options
author | Craig A. Berry <craigberry@mac.com> | 2001-06-12 17:21:39 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-13 02:50:43 +0000 |
commit | cde6a2cc24e594c7121ba3d9ece1ecc52b1ec8e9 (patch) | |
tree | aa42ea08749ef809415314f31a54359413cc4f30 /configure.com | |
parent | 611ec0f50564ead81c462efbb4fb0d9f486dc0e2 (diff) | |
download | perl-cde6a2cc24e594c7121ba3d9ece1ecc52b1ec8e9.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.com | 2 |
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 |