Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Macro conflict in gdb/opencl-lang.c
@ 2011-02-01 17:30 Vladimir Simonov
  2011-02-02 13:50 ` [commit] Rename STRINGIFY (Re: Macro conflict in gdb/opencl-lang.c) Ulrich Weigand
  0 siblings, 1 reply; 4+ messages in thread
From: Vladimir Simonov @ 2011-02-01 17:30 UTC (permalink / raw)
  To: gdb

Hi all,

gdb-weekly-CVS-7.2.50.20110125
gdb/opencl-lang.c
  1119: #define STRINGIFY(S) #S

Macro STRINGIFY conflicts with
mingw64 internal include:
include64/_mingw_mac.h
/**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the w64 mingw-runtime package.
* No warranty is given; refer to the file DISCLAIMER within this package.
*/

#ifndef _INC_CRTDEFS_MACRO
#define _INC_CRTDEFS_MACRO

#define __STRINGIFY(x) #x
#define STRINGIFY(x) __STRINGIFY(x)

Could somebody having write access resolve this
in gdb/opencl-lang.c as obvious?

Regards
Vladimir Simonov


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-02-02 14:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-01 17:30 Macro conflict in gdb/opencl-lang.c Vladimir Simonov
2011-02-02 13:50 ` [commit] Rename STRINGIFY (Re: Macro conflict in gdb/opencl-lang.c) Ulrich Weigand
2011-02-02 14:07   ` Joel Brobecker
2011-02-02 14:59     ` Vladimir Simonov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox