Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / ACE / bin / auto_ptr.perl
blobe42d7ad8252379a67a25a5f1bb0428bf226544a0
1 eval '(exit $?0)' && eval 'exec perl -pi -S $0 ${1+"$@"}'
2 & eval 'exec perl -pi -S $0 $argv:q'
3 if 0;
5 # You may want to run the "find" command with this script, which maybe
6 # something like this:
8 # find . -type f \( -name "*.i" -o -name "*.h" -o -name "*.C" -o -name "*.cc" -o -name "*.c" -o -name "*.cpp" -o -name "*.hpp" -o -name "*.ipp" \) -print | xargs $ACE_ROOT/bin/auto_ptr.perl
10 # The first three lines above let this script run without specifying the
11 # full path to perl, as long as it is in the user's PATH.
12 # Taken from perlrun man page.
14 s/__TEXT/ACE_TEXT/g;