about summary refs log tree commit diff stats
path: root/comal.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'comal.lsp')
-rw-r--r--comal.lsp1
1 files changed, 0 insertions, 1 deletions
diff --git a/comal.lsp b/comal.lsp
index 793575e..77b1c2a 100644
--- a/comal.lsp
+++ b/comal.lsp
@@ -1,5 +1,4 @@
 #!/Users/dbane/openlisp-10.9.0/uxlisp -shell
-;; Does it make more sense to write everything in Lisp rather than a split Lisp/COMAL design?
 (defun error-handler (condition)
    (cond
          ((eq (class-of condition) (class <lexer-error>)) )))