diff options
author | Michal Krol <michal@vmware.com> | 2009-09-04 15:27:08 +0200 |
---|---|---|
committer | Michal Krol <michal@vmware.com> | 2009-09-07 10:12:10 +0200 |
commit | a64ba93aab6de7ee2ceb70f39cf2dbe794940c97 (patch) | |
tree | d576bc47c543fa6506cb49d506283b4e3e51ecf5 /src/glsl/pp/sl_pp_context.h | |
parent | 2d2d6384448baae3c04eced3373d96907def4e13 (diff) |
glsl: Handle file numbering.
Diffstat (limited to 'src/glsl/pp/sl_pp_context.h')
-rw-r--r-- | src/glsl/pp/sl_pp_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/pp/sl_pp_context.h b/src/glsl/pp/sl_pp_context.h index d656648d0d..c7e6770f44 100644 --- a/src/glsl/pp/sl_pp_context.h +++ b/src/glsl/pp/sl_pp_context.h @@ -50,6 +50,7 @@ struct sl_pp_context { char error_msg[SL_PP_MAX_ERROR_MSG]; unsigned int line; + unsigned int file; }; void |