diff options
author | Michal Krol <[email protected]> | 2009-09-17 11:51:35 +0200 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-09-17 11:51:35 +0200 |
commit | 0ddf41d34d511b339e0bb5a59673765f1bf0b3a5 (patch) | |
tree | e270a5e20a00f07af4828d8aa9264c6824146d37 /src/glsl/pp/sl_pp_context.h | |
parent | 69bdd47dba1f7331a632316e4f9cc9942fb93ca4 (diff) |
glsl/pp: Add remaining error messages.
Diffstat (limited to 'src/glsl/pp/sl_pp_context.h')
-rw-r--r-- | src/glsl/pp/sl_pp_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/pp/sl_pp_context.h b/src/glsl/pp/sl_pp_context.h index 5826f9448d0..8bed1420454 100644 --- a/src/glsl/pp/sl_pp_context.h +++ b/src/glsl/pp/sl_pp_context.h @@ -47,7 +47,7 @@ struct sl_pp_context { unsigned int if_stack[SL_PP_MAX_IF_NESTING]; unsigned int if_ptr; - int if_value; + unsigned int if_value; char error_msg[SL_PP_MAX_ERROR_MSG]; |