apple2ix/src/asm386/genglue

6 lines
167 B
Plaintext
Raw Normal View History

#! /bin/sh
echo '/* Automatically Generated -- do not edit */'
echo '#include "asm386/glue-prologue.h"'
grep -E -h '^(GLUE_)|(#if)|(#endif)|(#else)|(#elif)' $*
exit 0