DBL_EPSILON DBL_MIN FLT_EPSILON FLT_MIN are not C constant expressions
[p5sagit/p5-mst-13.2.git] / Porting / fixvars
index a211e58..201c37f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 use Data::Dumper;
 
 my $targ = (@ARGV) ? join(' ',@ARGV) : 'miniperl' ;