summaryrefslogtreecommitdiff
path: root/src/glsl/pp/sl_pp_token.h
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2009-11-21 20:41:48 +0100
committerMichal Krol <michal@vmware.com>2009-11-21 20:41:48 +0100
commitabe1f332983e5c70d75b5ae83f06c0dfdd081a26 (patch)
tree93fb1dec081fdffe0c80b041a21b1a01a0730ead /src/glsl/pp/sl_pp_token.h
parentb89cd8afc510541a18f2f5c04884637626e104e1 (diff)
glsl/pp: Do purification and tokenisation in a single step.
Diffstat (limited to 'src/glsl/pp/sl_pp_token.h')
-rw-r--r--src/glsl/pp/sl_pp_token.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/pp/sl_pp_token.h b/src/glsl/pp/sl_pp_token.h
index 29c7571711..7a8fa2f1b9 100644
--- a/src/glsl/pp/sl_pp_token.h
+++ b/src/glsl/pp/sl_pp_token.h
@@ -123,6 +123,7 @@ struct sl_pp_token_info {
int
sl_pp_tokenise(struct sl_pp_context *context,
const char *input,
+ const struct sl_pp_purify_options *options,
struct sl_pp_token_info **output);
#endif /* SL_PP_TOKEN_H */