diff --git a/src/compiler/glsl/glcpp/glcpp-parse.y b/src/compiler/glsl/glcpp/glcpp-parse.y index e6758a6ab98..8e1fb364dcc 100644 --- a/src/compiler/glsl/glcpp/glcpp-parse.y +++ b/src/compiler/glsl/glcpp/glcpp-parse.y @@ -1955,11 +1955,8 @@ _glcpp_parser_expand_function(glcpp_parser_t *parser, token_node_t *node, } } - /* After argument substitution, and before further expansion - * below, implement token pasting. */ - + /* Implement token pasting. */ _token_list_trim_trailing_space(substituted); - _glcpp_parser_apply_pastes(parser, substituted); return substituted;