Merge branch 'maint-0.4.3' into release-0.4.3
[tor.git] / scripts / coccinelle / apply.sh
blobf531d7fa32f6997c1a4c482aacb1491a3bae3d5b
1 #!/bin/sh
3 # apply.sh:
4 # run spatch with appropriate includes and builtins for the Tor source code
6 top="$(dirname "$0")/../.."
8 spatch -macro_file_builtins "$top"/scripts/coccinelle/tor-coccinelle.h \
9 -I "$top" -I "$top"/src -I "$top"/ext --defined COCCI "$@"