Allocators should use the `void *' type for generic pointers.
[bpt/guile.git] / libguile / guile-snarf.in
1 #!/bin/sh
2 # Extract the initialization actions for builtin things.
3
4 ## Let the user override the preprocessor autoconf found.
5 test -n "${CPP+set}" || CPP="@CPP@"
6 ${CPP} -DSCM_MAGIC_SNARFER "$@" | grep "^ *% *% *%" | sed -e "s/^ *% *% *%//"
7
8 ## Apparently, AIX's preprocessor is unhappy if you try to #include an
9 ## empty file.
10 echo