mirror of https://github.com/svaarala/duktape.git
Browse Source
Change array type back to unsigned (accidentally changed to signed previously). Make codepoint types "fast integer" variants, as they're used in loops and such, and are not used in significant structs. This increases code footprint by ~200 bytes but is the better choice as it also simplifies API typing.pull/30/head
Sami Vaarala
11 years ago
1 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue