summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-08-02 19:01:44 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-08-02 19:01:44 +0000
commit9d372f41fb7db5d5c0962d49f00a6ba5b7fd76fd (patch)
tree7a42c7987eaeed64733ffe9a682f061ff0ab8323 /src
parent925264214e1cb21bc0ed19a8a8b84c4573a3d794 (diff)
downloadlibcss-9d372f41fb7db5d5c0962d49f00a6ba5b7fd76fd.tar.gz
libcss-9d372f41fb7db5d5c0962d49f00a6ba5b7fd76fd.tar.bz2
Avoid type collisions when used from C++
svn path=/trunk/libcss/; revision=8996
Diffstat (limited to 'src')
-rw-r--r--src/bytecode/bytecode.h2
1 files changed, 1 insertions, 1 deletions
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 <libcss/types.h>
#include <libcss/properties.h>
-typedef enum css_properties opcode;
+typedef enum css_properties_e opcode;
enum flag {
FLAG_IMPORTANT = (1<<0),