apple2ix/src/asm386/genglue

6 lines
167 B
Bash
Executable File

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