[Arsperl-devel] ARSperl/infra h2ph,1.1,1.2
Brought to you by:
jeffmurphy
From: Thilo S. <ts...@us...> - 2009-04-14 16:58:44
|
Update of /cvsroot/arsperl/ARSperl/infra In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4321/infra Modified Files: h2ph Log Message: directory reorganization/cleanup (fixed) Index: h2ph =================================================================== RCS file: /cvsroot/arsperl/ARSperl/infra/h2ph,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** h2ph 6 Apr 2003 03:07:29 -0000 1.1 --- h2ph 14 Apr 2009 16:58:24 -0000 1.2 *************** *** 1,790 **** ! #!/u1/project/ARSperl/perl/bin/perl ! eval 'exec /u1/project/ARSperl/perl/bin/perl -S $0 ${1+"$@"}' ! if $running_under_some_shell; ! ! use strict; ! ! use Config; ! use File::Path qw(mkpath); ! use Getopt::Std; ! [...1551 lines suppressed...] ! You may need to dicker with the files produced. ! ! You have to run this program by hand; it's not run as part of the Perl ! installation. ! ! Doesn't handle complicated expressions built piecemeal, a la: ! ! enum { ! FIRST_VALUE, ! SECOND_VALUE, ! #ifdef ABC ! THIRD_VALUE ! #endif ! }; ! ! Doesn't necessarily locate all of your C compiler's internally-defined ! symbols. ! ! =cut ! |