diff options
| author | dos-reis <gdr@axiomatics.org> | 2011-06-23 03:45:22 +0000 |
|---|---|---|
| committer | dos-reis <gdr@axiomatics.org> | 2011-06-23 03:45:22 +0000 |
| commit | 2131e2c22ebf8e7ad51df4e4a8d9fa5dddfdb62d (patch) | |
| tree | d80ff0e93a4d798dd815f00dbd8c33c1db4c4871 /src/lisp | |
| parent | 9741f9cd382b5fb8e44e99d8fdbd708a1c47d54f (diff) | |
| download | open-axiom-2131e2c22ebf8e7ad51df4e4a8d9fa5dddfdb62d.tar.gz | |
revert accidental debug commit
Diffstat (limited to 'src/lisp')
| -rw-r--r-- | src/lisp/core.lisp.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lisp/core.lisp.in b/src/lisp/core.lisp.in index 7325d641..338d37ee 100644 --- a/src/lisp/core.lisp.in +++ b/src/lisp/core.lisp.in @@ -956,10 +956,7 @@ (pushnew :open-axiom-base-lisp *features*) ,prologue (funcall ,entry-point))) - (|coreQuit|))) - ) - -(trace |link|) + (|coreQuit|)))) ;; ;; -*- Handling Command Line Arguments -*- |
