From 35eda3f3e20efb3e04171fe0036dd5c8df2773cd Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Tue, 24 Feb 2026 12:09:53 +1100 Subject: [PATCH] glcpp: update out of date comment Reviewed-by: Eric R. Smith Part-of: --- src/compiler/glsl/glcpp/glcpp-parse.y | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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;