Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing CCLASS_PRINTING and CCLASS_GRAPHICAL; remove duplicate de…
…finition of CCLASS_NEWLINE
  • Loading branch information
japhb committed Apr 12, 2013
1 parent a9ef906 commit 8a6373f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/QAST/Operations.nqp
Expand Up @@ -1108,9 +1108,10 @@ my %const_map := nqp::hash(
'CCLASS_ANY', pir::const::CCLASS_ANY,
'CCLASS_NUMERIC', pir::const::CCLASS_NUMERIC,
'CCLASS_WHITESPACE', pir::const::CCLASS_WHITESPACE,
'CCLASS_PRINTING', pir::const::CCLASS_PRINTING,
'CCLASS_GRAPHICAL', pir::const::CCLASS_GRAPHICAL,
'CCLASS_WORD', pir::const::CCLASS_WORD,
'CCLASS_NEWLINE', pir::const::CCLASS_NEWLINE,
'CCLASS_NEWLINE', pir::const::CCLASS_NEWLINE,
'CCLASS_ALPHABETIC', pir::const::CCLASS_ALPHABETIC,
'CCLASS_UPPERCASE', pir::const::CCLASS_UPPERCASE,
'CCLASS_LOWERCASE', pir::const::CCLASS_LOWERCASE,
Expand Down

0 comments on commit 8a6373f

Please sign in to comment.