diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-10-31 14:05:02 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-10-31 14:05:02 -0400 |
commit | 92efb5d0d7ba0c2b49cf189d5055bc0d9b09994c (patch) | |
tree | 8634a495a71efac721e1fae8fd2b61461fbcdea9 /dimension/tokenize.h | |
parent | ff94c67ce80d6baf4677c4564796e163b8d6b5aa (diff) | |
download | dimension-92efb5d0d7ba0c2b49cf189d5055bc0d9b09994c.tar.xz |
Implement dmnsn_print_astree_sexpr().
Diffstat (limited to 'dimension/tokenize.h')
-rw-r--r-- | dimension/tokenize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dimension/tokenize.h b/dimension/tokenize.h index 894ee13..4eb1109 100644 --- a/dimension/tokenize.h +++ b/dimension/tokenize.h @@ -535,4 +535,4 @@ void dmnsn_delete_tokens(dmnsn_array *tokens); void dmnsn_print_token_sexpr(FILE *file, const dmnsn_array *tokens); /* Returns a readable name for a token type (ex. DMNSN_T_FLOAT -> float) */ -const char *dmnsn_token_name(dmnsn_token_type token_type); +const char *dmnsn_token_string(dmnsn_token_type token_type); |