Created
November 4, 2016 07:21
-
-
Save elvinio/fae6156c545ea90aa1b68b33fca11480 to your computer and use it in GitHub Desktop.
Patch for flatcc to support null
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
545 println(out, "if(*buf == 'n' && memcmp(buf+1, \"ull\", 3) == 0){buf+=4; ref = flatcc_builder_create_string(ctx->ctx, mark, 0);}else{"); | |
546 indent(); | |
565 unindent(); println(out, "}"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment