1
0
Fork 0
mirror of git://git.psyced.org/git/psyclpc synced 2024-08-15 03:20:16 +00:00
This commit is contained in:
Gabor Adam Toth 2011-05-11 17:42:51 +02:00
parent 39b7facd19
commit 46d36447e3

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;