Skip to content

Commit

Permalink
Change extension of makeUNIPROP to .raku
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Feb 13, 2020
1 parent e572320 commit deac440
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.c/Cool.pm6
Expand Up @@ -576,7 +576,7 @@ multi sub uniprop(Int:D $code) {
nqp::getuniprop_str($code,nqp::unipropcode('General_Category'));
}
multi sub uniprop(Int:D $code, Stringy:D $propname) {
## The code below was generated by tools/build/makeUNIPROP.p6
## The code below was generated by tools/build/makeUNIPROP.raku
my constant $prefs = nqp::hash(
'AHex','B','ASCII_Hex_Digit','B','Age','S','Alpha','B','Alphabetic','B',
'Bidi_C','B','Bidi_Class','S','Bidi_Control','B','Bidi_M','B',
Expand Down
File renamed without changes.

0 comments on commit deac440

Please sign in to comment.