diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2016-01-21 03:02:25 -0700 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2016-01-21 03:02:25 -0700 |
| commit | 32e2196257b2650e41b683d16bf00ba77ccfbb13 (patch) | |
| tree | 1eb681e2443aa31c4d5fea8ab798f12faaf7b3d2 /src/parser.hpp | |
| parent | 5e212db29cf9e2c06aba363736ffb965e631aa2d (diff) | |
| download | zig-32e2196257b2650e41b683d16bf00ba77ccfbb13.tar.gz zig-32e2196257b2650e41b683d16bf00ba77ccfbb13.zip | |
number literal rework
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/parser.hpp b/src/parser.hpp index c8209fae4d..230ff5c693 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -24,10 +24,4 @@ const char *node_type_str(NodeType node_type); void ast_print(AstNode *node, int indent); -const char *num_lit_str(NumLit num_lit); -bool is_num_lit_unsigned(NumLit num_lit); -bool is_num_lit_float(NumLit num_lit); -uint64_t num_lit_bit_count(NumLit num_lit); - - #endif |
