modyfications in search for more speed

This commit is contained in:
ceriel
1988-10-31 15:54:54 +00:00
parent aaa3fa1467
commit fe9fb2fb9d
2 changed files with 48 additions and 377 deletions

View File

@@ -1,4 +1,4 @@
trap "rm -f tmp$$" 1 2 3 15
trap "rm -f tmp$$" 0 1 2 3 15
cp C_out_skel.c tmp$$
ed - tmp$$ <<'EOF'
/^#include "C_mnem_narg"/d
@@ -9,4 +9,3 @@ w
q
EOF
cat tmp$$
rm -f tmp$$