Skip to content

Commit

Permalink
[cl-backend] handle sub foo(\$foo) {...}
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Mar 6, 2011
1 parent 5969e9b commit e3f2835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl-backend/backend.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
slot ; Name of lexical to accept value
names ; All legal named-parameter names
default ; Xref Sub to call if HAS_DEFAULT; must be child of this
) (if (equal flags 96)
) (if (or (equal flags 96) (equal flags 100)) ; TODO: more correctness
(if slot
(var-name slot)
(gensym))
Expand Down

0 comments on commit e3f2835

Please sign in to comment.