From: Brian Paul Date: Thu, 10 Dec 2009 15:25:16 +0000 (-0700) Subject: glsl/pp: declare sl_pp_purify_options to silence warning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=52271c5345fedcb5b30736d69e4944889dda234c;p=mesa.git glsl/pp: declare sl_pp_purify_options to silence warning --- 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,