diff options
Diffstat (limited to 'smash/parser.h')
| -rw-r--r-- | smash/parser.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/smash/parser.h b/smash/parser.h index 9c23e0f..23eee88 100644 --- a/smash/parser.h +++ b/smash/parser.h @@ -3,13 +3,8 @@ #include "../lib/sys/sizes.h" -typedef struct { - const char *head; - const char **args; -} expression_t; - typedef struct expression_list_t__ { - expression_t expression; + char *call; struct expression_list_t__ *next; } expression_list_t; |