We have no need to change them.
&aux (%type type)))
(:predicate argumentp))
"Simple structure representing a function argument."
&aux (%type type)))
(:predicate argumentp))
"Simple structure representing a function argument."
- name
- %type)
-(define-access-wrapper argument-type argument-%type)
+ (name nil :type t :read-only t)
+ (%type nil :type c-type :read-only t))
+(define-access-wrapper argument-type argument-%type :read-only t)
(export 'commentify-argument-name)
(defgeneric commentify-argument-name (name)
(export 'commentify-argument-name)
(defgeneric commentify-argument-name (name)