diff options
author | Brian Paul <[email protected]> | 2009-12-10 08:25:16 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-12-10 08:25:16 -0700 |
commit | 52271c5345fedcb5b30736d69e4944889dda234c (patch) | |
tree | b40e009ea631084ee5888d25da40e236ca9676dd /src/glsl | |
parent | 7502b6affa72915cadeb0837028e7655e459da69 (diff) |
glsl/pp: declare sl_pp_purify_options to silence warning
Diffstat (limited to 'src/glsl')
-rw-r--r-- | src/glsl/pp/sl_pp_token.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glsl/pp/sl_pp_token.h b/src/glsl/pp/sl_pp_token.h index 7a8fa2f1b9d..ba9834a9f24 100644 --- a/src/glsl/pp/sl_pp_token.h +++ b/src/glsl/pp/sl_pp_token.h @@ -120,6 +120,8 @@ struct sl_pp_token_info { union sl_pp_token_data data; }; +struct sl_pp_purify_options; + int sl_pp_tokenise(struct sl_pp_context *context, const char *input, |