#!/bin/sh
# Extract the initialization actions for builtin things.

gcc -E -DSCM_MAGIC_SNARFER "$@" | grep "^ *% *% *%" | sed -e "s/^ *% *% *%//"
