Skip to content

Commit

Permalink
Remove FIXME comment from convert.lisp.
Browse files Browse the repository at this point in the history
The issue referred to there is one of the the subjects of edicl#17.
  • Loading branch information
nbtrap committed Feb 27, 2014
1 parent 9b97c91 commit 46a078c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions convert.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -686,8 +686,6 @@ when NAME is not NIL."
;; several registers share the same name we will try to match
;; any of them, starting with the most recent first
;; alternation is used to accomplish matching
;;
;; FIXME: Does Perl behave like this?
(make-instance 'alternation
:choices (loop
for reg-index in referred-regs
Expand Down

0 comments on commit 46a078c

Please sign in to comment.