Skip to content

Commit

Permalink
Add flags field to t_token.
Browse files Browse the repository at this point in the history
  • Loading branch information
biot committed Nov 25, 2014
1 parent 6b92b09 commit e001443
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tokenline.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ typedef struct token_dict {

typedef struct token {
int token;
int arg_type;
uint16_t arg_type;
uint16_t flags;
struct token *subtokens;
char *help;
} t_token;
Expand Down

0 comments on commit e001443

Please sign in to comment.