ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/Makefile.PL
(Generate patch)

Comparing EV/Makefile.PL (file contents):
Revision 1.67 by root, Fri Dec 20 21:05:49 2019 UTC vs.
Revision 1.68 by root, Tue Feb 18 18:26:47 2020 UTC

371 371
372EOF 372EOF
373 373
374my $enable_assertions = 0; 374my $enable_assertions = 0;
375$enable_assertions = 0 + (prompt ("Make sure assertions are enabled? (y/n)?", $enable_assertions ? "y" : "n") =~ /[yY]/); 375$enable_assertions = 0 + (prompt ("Make sure assertions are enabled? (y/n)?", $enable_assertions ? "y" : "n") =~ /[yY]/);
376$DEFINE .= " -DEV_ENABLE_ASERTIONS=1" if $enable_assertions; 376$DEFINE .= " -DEV_ENABLE_ASSERTIONS=1" if $enable_assertions;
377 377
378print <<EOF; 378print <<EOF;
379 379
380*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 380*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
381 381

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines