mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
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:
parent
4cd64165a3
commit
35eda3f3e2
1 changed files with 1 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue