From 9d372f41fb7db5d5c0962d49f00a6ba5b7fd76fd Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 2 Aug 2009 19:01:44 +0000 Subject: Avoid type collisions when used from C++ svn path=/trunk/libcss/; revision=8996 --- src/bytecode/bytecode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bytecode') diff --git a/src/bytecode/bytecode.h b/src/bytecode/bytecode.h index 5400474..9872d46 100644 --- a/src/bytecode/bytecode.h +++ b/src/bytecode/bytecode.h @@ -14,7 +14,7 @@ #include #include -typedef enum css_properties opcode; +typedef enum css_properties_e opcode; enum flag { FLAG_IMPORTANT = (1<<0), -- cgit v1.2.3