glcpp: update out of date comment

Reviewed-by: Eric R. Smith <eric.smith@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40062>
This commit is contained in:
Timothy Arceri 2026-02-24 12:09:53 +11:00 committed by Marge Bot
parent 4cd64165a3
commit 35eda3f3e2

View file

@ -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;