diff options
author | Michal Krol <michal@vmware.com> | 2009-11-21 20:41:48 +0100 |
---|---|---|
committer | Michal Krol <michal@vmware.com> | 2009-11-21 20:41:48 +0100 |
commit | abe1f332983e5c70d75b5ae83f06c0dfdd081a26 (patch) | |
tree | 93fb1dec081fdffe0c80b041a21b1a01a0730ead /src/glsl/pp/sl_pp_token.h | |
parent | b89cd8afc510541a18f2f5c04884637626e104e1 (diff) | |
download | external_mesa3d-abe1f332983e5c70d75b5ae83f06c0dfdd081a26.zip external_mesa3d-abe1f332983e5c70d75b5ae83f06c0dfdd081a26.tar.gz external_mesa3d-abe1f332983e5c70d75b5ae83f06c0dfdd081a26.tar.bz2 |
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.h | 1 |
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 29c7571..7a8fa2f 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 */ |