summaryrefslogtreecommitdiff
path: root/src/glsl
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-12-10 08:25:16 -0700
committerBrian Paul <brianp@vmware.com>2009-12-10 08:25:16 -0700
commit52271c5345fedcb5b30736d69e4944889dda234c (patch)
treeb40e009ea631084ee5888d25da40e236ca9676dd /src/glsl
parent7502b6affa72915cadeb0837028e7655e459da69 (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.h2
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 7a8fa2f1b9..ba9834a9f2 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,