permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / launch.sh
1 #! /bin/sh
2
3 ARGS="-no_show_ctl_text -no_show_transinfo -no_parse_error_msg -no_show_misc -no_type_error_msg";
4
5 for i in *.c
6 do
7 ../spatch $ARGS -iso_file ../standard.iso -cocci_file ${i}occi $i
8 done