chiark
/
gitweb
/
~mdw
/
sod
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
doc/syntax.tex: Delete (wrong) duplicate rule for <argument-declarator>.
[sod]
/
src
/
class-utilities.lisp
diff --git
a/src/class-utilities.lisp
b/src/class-utilities.lisp
index 0aec35a0e5f501a653fa2464dda059aa1d766f66..573c6779b65500356df891a2947102b562812137 100644
(file)
--- a/
src/class-utilities.lisp
+++ b/
src/class-utilities.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
@@
-161,7
+161,7
@@
(defun argument-lists-compatible-p (message-args method-args)
(every (lambda (message-arg method-arg)
(if (eq message-arg :ellipsis)
(c-type-equal-p (argument-type method-arg)
(every (lambda (message-arg method-arg)
(if (eq message-arg :ellipsis)
(c-type-equal-p (argument-type method-arg)
-
(c-type va-list)
)
+
c-type-va-list
)
(c-type-equal-p (argument-type message-arg)
(argument-type method-arg))))
message-args method-args)))
(c-type-equal-p (argument-type message-arg)
(argument-type method-arg))))
message-args method-args)))