Skip to content

Commit

Permalink
Fix T_FLAG_SUFFIX_TOKEN_DELIM_INT.
Browse files Browse the repository at this point in the history
  • Loading branch information
biot committed Nov 25, 2014
1 parent c829344 commit 4a59e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokenline.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

enum {
/* Token can be optionally suffixed by delimiter and integer. */
T_FLAG_SUFFIX_TOKEN_DELIM_INT,
T_FLAG_SUFFIX_TOKEN_DELIM_INT = (1 << 0),
};

typedef struct token_dict {
Expand Down

0 comments on commit 4a59e7f

Please sign in to comment.