On Fri, Jul 22, 2022 at 11:47:42AM +0200, Tobias Burnus wrote:
> As is, it is only a cleanup/consistency patch.
> 
> However, I did run into this issue when working on the reverse-offload
> implementation (to handle reverse lookups of vars and functions).
> 
> OK for mainline?
> 
> Tobias
> -----------------
> Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 
> München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas 
> Heurung, Frank Thürauf; Sitz der Gesellschaft: München; Registergericht 
> München, HRB 106955

> libgomp/splay-tree.h: Fix splay_tree_prefix handling
> 
> When splay_tree_prefix is defined, the .h file
> defines splay_* macros to add the prefix. However,
> before those were only unset when additionally
> splay_tree_c was defined.
> Additionally, for consistency undefine splay_tree_c
> also when no splay_tree_prefix is defined - there
> is no interdependence either.
> 
> libgomp/ChangeLog:
> 
>       * splay-tree.h: Fix splay_* macro unsetting if
>       splay_tree_prefix is defined.
> 
>  libgomp/splay-tree.h | 30 +++++++++++++++---------------
>  1 file changed, 15 insertions(+), 15 deletions(-)

Ok.

        Jakub

Reply via email to