On Thu, Nov 13, 2014 at 01:19:55PM +0100, Thomas Schwinge wrote:
> --- include/gomp-constants.h
> +++ include/gomp-constants.h
> @@ -28,6 +28,9 @@
>  /* Enumerated variable mapping types used to communicate between GCC and
>     libgomp.  These values are used for both OpenMP and OpenACC.  */
>  
> +#define _GOMP_MAP_FLAG_SPECIAL               (1 << 2)
> +#define _GOMP_MAP_FLAG_FORCE         (1 << 3)
I'm worried about reserved namespace issues if you use _ followed by
capital letter.  Can't it be just GOMP_MAP_FLAG_* ?

        Jakub

Reply via email to