This commit is contained in:
Gabor Adam Toth 2011-05-11 17:42:51 +02:00
parent 39b7facd19
commit 46d36447e3
1 changed files with 4 additions and 6 deletions

View File

@ -11,12 +11,10 @@
# include "array.h" # include "array.h"
# include "xalloc.h" # include "xalloc.h"
enum { # define PSYC_ROUTING 0
PSYC_ROUTING = 0, # define PSYC_ENTITY 1
PSYC_ENTITY = 1, # define PSYC_METHOD 2
PSYC_METHOD = 2, # define PSYC_BODY 3
PSYC_BODY = 3,
};
typedef struct psyc_state_s { typedef struct psyc_state_s {
psycParseState *parser; psycParseState *parser;