File: reserved_check.sh

package info (click to toggle)
libmarpa-r2-perl 12.000000-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,660 kB
  • sloc: perl: 42,628; ansic: 23,387; sh: 4,363; makefile: 157
file content (7 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
for f in  marpa_ami.c marpa_avl.c marpa.c marpa_obs.c 
do
(cd libmarpa_build;
perl /home/jeffreykegler/perl5/perlbrew/perls/perl-5.10.1/bin/c2ast.pl \
  -DHAVE_CONFIG_H -I. \
  --cpp gcc --cpp -E --cppfile ./marpa.w  --progress --check reservedNames $f )
done