chiark
/
gitweb
/
~mdw
/
sod
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
src/module-parse.lisp: Use newer syntax notation in the commentary.
[sod]
/
src
/
parser
/
parser-expr-impl.lisp
diff --git
a/src/parser/parser-expr-impl.lisp
b/src/parser/parser-expr-impl.lisp
index 5ae403575252451d08d4b8b9e61de4e3a4acd5a3..16e0c5331864f9ab1d6fe1ebb19fe63d48fbe0e4 100644
(file)
--- a/
src/parser/parser-expr-impl.lisp
+++ b/
src/parser/parser-expr-impl.lisp
@@
-7,7
+7,7
@@
;;;----- Licensing notice ---------------------------------------------------
;;;
;;;----- Licensing notice ---------------------------------------------------
;;;
-;;; This file is part of the Sensble Object Design, an object system for C.
+;;; This file is part of the Sens
i
ble Object Design, an object system for C.
;;;
;;; SOD is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
;;;
;;; SOD is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
@@
-151,7
+151,7
@@
(defmethod push-operator
(let ((head (car opstack)))
(cond ((not (typep head 'open-parenthesis))
(apply-operator head state))
(let ((head (car opstack)))
(cond ((not (typep head 'open-parenthesis))
(apply-operator head state))
- ((not (eq (slot-value head 'tag) tag))
+ ((not (eq
l
(slot-value head 'tag) tag))
(fail))
(t
(return)))
(fail))
(t
(return)))