diff options
author | Michal Krol <[email protected]> | 2009-09-23 09:37:37 +0200 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-09-23 09:37:37 +0200 |
commit | 2f89e1a5a18c4c3c88d4e7613cbfc0f85a5fcfc9 (patch) | |
tree | ee22f6c4eee50568f7633e50a11d1df382c12ae1 /src/glsl/pp/sl_pp_dict.h | |
parent | 32966991c629fa43818f42912deb9deca913ef60 (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.h | 3 |
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 ba82b389b23..683752e000a 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; }; |