Skip to content

Commit

Permalink
Fix a symbol installation thinko.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Apr 23, 2011
1 parent ca91987 commit 2417dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Regex/Match.pir
Expand Up @@ -28,7 +28,7 @@ This file implements Match objects for the regex engine.
.local pmc type_obj, how, NQPClassHOW
get_hll_global NQPClassHOW, "NQPClassHOW"
type_obj = NQPClassHOW."new_type"("Match" :named("name"))
RegexWHO["MATCH"] = type_obj
RegexWHO["Match"] = type_obj
set_global "$?CLASS", type_obj
how = get_how type_obj

Expand Down

0 comments on commit 2417dc5

Please sign in to comment.