summaryrefslogtreecommitdiff
path: root/include/parser.h
diff options
context:
space:
mode:
authorPixel <>2001-04-17 04:05:52 +0000
committerPixel <>2001-04-17 04:05:52 +0000
commit5aed7634c8993e3366817c4b20fca1aa18eacf21 (patch)
treecfb6c00a13b8f213255ea231a3d814f61ab2964b /include/parser.h
parent55f981c9fca048fba18d0538be4ed5dc1cc3fe11 (diff)
Indentation plus faible
Diffstat (limited to 'include/parser.h')
-rw-r--r--include/parser.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/include/parser.h b/include/parser.h
index b38e047..2772f1d 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -5,18 +5,18 @@
#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 *);