summaryrefslogtreecommitdiff
path: root/src/glsl/pp/sl_pp_dict.h
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2009-09-23 09:37:37 +0200
committerMichal Krol <michal@vmware.com>2009-09-23 09:37:37 +0200
commit2f89e1a5a18c4c3c88d4e7613cbfc0f85a5fcfc9 (patch)
treeee22f6c4eee50568f7633e50a11d1df382c12ae1 /src/glsl/pp/sl_pp_dict.h
parent32966991c629fa43818f42912deb9deca913ef60 (diff)
glsl/pp: Add `0' and `1' to dictionary.
Diffstat (limited to 'src/glsl/pp/sl_pp_dict.h')
-rw-r--r--src/glsl/pp/sl_pp_dict.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glsl/pp/sl_pp_dict.h b/src/glsl/pp/sl_pp_dict.h
index ba82b389b2..683752e000 100644
--- a/src/glsl/pp/sl_pp_dict.h
+++ b/src/glsl/pp/sl_pp_dict.h
@@ -64,6 +64,9 @@ struct sl_pp_dict {
int undef;
int version;
+
+ int _0;
+ int _1;
};