diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2008-09-16 15:27:46 +0000 |
---|---|---|
committer | Flavio Cruz <flaviocruz@gmail.com> | 2008-09-16 15:27:46 +0000 |
commit | 18ff8461cd5a1810babb77a574429bfa77299259 (patch) | |
tree | ccdbf19b8ade64ab6f074c7b4b5ab666901510e3 /examples/run-tmp.lisp | |
parent | 7c3358fad6428f882beb00e340cc7be55153ea50 (diff) |
Rename TMP.
--HG--
rename : examples/tmp.lisp => examples/tmp-translator.lisp
Diffstat (limited to 'examples/run-tmp.lisp')
-rwxr-xr-x | examples/run-tmp.lisp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/run-tmp.lisp b/examples/run-tmp.lisp deleted file mode 100755 index 41bb1ab2c..000000000 --- a/examples/run-tmp.lisp +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/run-lisp-trans - -; settrans -ac foo ./run-tmp.lisp -; -(asdf:operate 'asdf:load-op 'tmp-translator) - |