From 3670395c97f6f065bef8c6aad6d8cde0a6b52693 Mon Sep 17 00:00:00 2001 From: "tg(x)" <*@tg-x.net> Date: Sat, 30 Apr 2011 16:46:09 +0200 Subject: [PATCH] + --- include/psyc/parser.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/psyc/parser.h b/include/psyc/parser.h index ada7b91..bcd4579 100644 --- a/include/psyc/parser.h +++ b/include/psyc/parser.h @@ -33,8 +33,6 @@ typedef enum */ typedef enum { - /// Invalid combination of flags - PSYC_PARSE_ERROR_INVALID_FLAGS = -10, PSYC_PARSE_ERROR_END = -9, PSYC_PARSE_ERROR_BODY = -8, PSYC_PARSE_ERROR_METHOD = -7,