diff options
author | Michal Krol <[email protected]> | 2009-09-04 15:16:21 +0200 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-09-07 10:12:07 +0200 |
commit | 4aa3222df315e3b36c73374e9000a6607c3b995c (patch) | |
tree | 6f8fd9d68f913fa9f15e954c7263580ccc164ddc /src/glsl/pp/sl_pp_context.h | |
parent | 0d9c5eafeb35fdd2e5009ba0b397d1acdfbd3205 (diff) |
glsl: Correctly handle line numbering.
Diffstat (limited to 'src/glsl/pp/sl_pp_context.h')
-rw-r--r-- | src/glsl/pp/sl_pp_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glsl/pp/sl_pp_context.h b/src/glsl/pp/sl_pp_context.h index 65ce3e37b7b..d656648d0dc 100644 --- a/src/glsl/pp/sl_pp_context.h +++ b/src/glsl/pp/sl_pp_context.h @@ -48,6 +48,8 @@ struct sl_pp_context { int if_value; char error_msg[SL_PP_MAX_ERROR_MSG]; + + unsigned int line; }; void |