From 4a344d67a3a7af4f8b534f68836b6b8d56805d95 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Sun, 17 Dec 2006 03:19:16 +0000 Subject: [PATCH] iso compatibility? git-svn-id: svn://svn.lighttpd.net/xcache/trunk@336 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- opcode_spec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opcode_spec.h b/opcode_spec.h index f1ce040..4237f29 100644 --- a/opcode_spec.h +++ b/opcode_spec.h @@ -28,7 +28,7 @@ OPSPEC(ASSIGN) #define OPSPECS_DEF_ENUM(name) OPSPEC_##name, -typedef enum { OPSPECS(OPSPECS_DEF_ENUM) } xc_op_spec_t; +typedef enum { OPSPECS(OPSPECS_DEF_ENUM) OPSPEC_DUMMY } xc_op_spec_t; typedef struct { xc_op_spec_t ext;