diff options
Diffstat (limited to 'src/glsl/pp/sl_pp_macro.h')
-rw-r--r-- | src/glsl/pp/sl_pp_macro.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glsl/pp/sl_pp_macro.h b/src/glsl/pp/sl_pp_macro.h index 3ad3438236..1d21068109 100644 --- a/src/glsl/pp/sl_pp_macro.h +++ b/src/glsl/pp/sl_pp_macro.h @@ -33,6 +33,7 @@ struct sl_pp_context; struct sl_pp_process_state; +struct sl_pp_token_buffer; struct sl_pp_macro_formal_arg { int name; @@ -64,8 +65,7 @@ enum sl_pp_macro_expand_behaviour { int sl_pp_macro_expand(struct sl_pp_context *context, - const struct sl_pp_token_info *input, - unsigned int *pi, + struct sl_pp_token_buffer *tokens, struct sl_pp_macro *local, struct sl_pp_process_state *state, enum sl_pp_macro_expand_behaviour behaviour); |