This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix compile failure introduced in 37e2e78edfe0a224b8a615820f46db879584f523.
authorCraig A. Berry <craigberry@mac.com>
Mon, 14 Dec 2009 04:17:13 +0000 (22:17 -0600)
committerCraig A. Berry <craigberry@mac.com>
Mon, 14 Dec 2009 04:17:13 +0000 (22:17 -0600)
commitd275fa5ec19c41bfadd2caecf9152a6e9b995717
tree368cf97f5c3607b5f09c6b17633db316823ba6b4
parent8622e0e2540f3d8fde9f0f9cd0d094a30ab8a4cf
Fix compile failure introduced in 37e2e78edfe0a224b8a615820f46db879584f523.

Solaris, VMS, and Win32 all failed to build after this change.  In C99's
description of:

   do statement while ( expression ) ;

the trailing semicolon does not appear to be optional.  And at least
three compilers from three vendors agree.
regexec.c