diff options
author | Pixel <> | 2001-04-16 15:12:16 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-16 15:12:16 +0000 |
commit | e09044e963015cf672d0f992264ee1563717602a (patch) | |
tree | 1a55d7d5e46401a41ca7bc24e597d90b0b720601 /include/parser.h | |
parent | 3953a2906211a6c0007079dcafe66aa372ab33d1 (diff) |
Indentation
Diffstat (limited to 'include/parser.h')
-rw-r--r-- | include/parser.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/include/parser.h b/include/parser.h index f6d56ba..b38e047 100644 --- a/include/parser.h +++ b/include/parser.h @@ -5,20 +5,20 @@ #define PILECALL_MAX 50 enum { - OP_NEST, - OP_PLUS, - OP_MOINS, - OP_PLUS_UNARY, - OP_MOINS_UNARY, - OP_DIV, - OP_MUL, - OP_MOD, - OP_LPAREN, - OP_FUNC_CALL, - OP_DECAL, - OP_DIRECT + OP_NEST, + OP_PLUS, + OP_MOINS, + OP_PLUS_UNARY, + OP_MOINS_UNARY, + OP_DIV, + OP_MUL, + OP_MOD, + OP_LPAREN, + OP_FUNC_CALL, + OP_DECAL, + OP_DIRECT }; void parse_line(char *); -#endif
\ No newline at end of file +#endif |