From: Andrew Innes Date: Sun, 3 Sep 2000 17:39:34 +0000 (+0000) Subject: (_ANONYMOUS_UNION) [__GNUC__]: New define. X-Git-Tag: emacs-pretest-21.0.90~1830 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a1375c9fa78e83b429206800683af7d1e386b783;p=emacs.git (_ANONYMOUS_UNION) [__GNUC__]: New define. (_ANONYMOUS_STRUCT) [__GNUC__]: New define. --- diff --git a/nt/addsection.c b/nt/addsection.c index a07b39de58a..55e83977fb1 100644 --- a/nt/addsection.c +++ b/nt/addsection.c @@ -26,6 +26,10 @@ Boston, MA 02111-1307, USA. #include #include #include +#ifdef __GNUC__ +#define _ANONYMOUS_UNION +#define _ANONYMOUS_STRUCT +#endif #include /* Include relevant definitions from IMAGEHLP.H, which can be found diff --git a/nt/preprep.c b/nt/preprep.c index 0c10ab98b82..08a29ae5931 100644 --- a/nt/preprep.c +++ b/nt/preprep.c @@ -26,6 +26,10 @@ Boston, MA 02111-1307, USA. #include #include #include +#ifdef __GNUC__ +#define _ANONYMOUS_UNION +#define _ANONYMOUS_STRUCT +#endif #include /* Include relevant definitions from IMAGEHLP.H, which can be found