Commit 914e2f45 by Tristan Gingold Committed by Tristan Gingold

stddef.h: Adjust previous patch.

2012-03-12  Tristan Gingold  <gingold@adacore.com>

	* ginclude/stddef.h: Adjust previous patch.  Use __VMS__ instead
	of VMS.

From-SVN: r185214
parent f70c41dd
2012-03-12 Tristan Gingold <gingold@adacore.com>
* ginclude/stddef.h: Adjust previous patch. Use __VMS__ instead
of VMS.
2012-03-12 Uros Bizjak <ubizjak@gmail.com> 2012-03-12 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (setcc + movzbl to xor + setcc peephole2): * config/i386/i386.md (setcc + movzbl to xor + setcc peephole2):
......
...@@ -203,7 +203,7 @@ typedef __PTRDIFF_TYPE__ ptrdiff_t; ...@@ -203,7 +203,7 @@ typedef __PTRDIFF_TYPE__ ptrdiff_t;
#if (defined (__FreeBSD__) && (__FreeBSD__ >= 5)) \ #if (defined (__FreeBSD__) && (__FreeBSD__ >= 5)) \
|| defined(__FreeBSD_kernel__) || defined(__FreeBSD_kernel__)
/* __size_t is a typedef on FreeBSD 5, must not trash it. */ /* __size_t is a typedef on FreeBSD 5, must not trash it. */
#elif defined (VMS) #elif defined (__VMS__)
/* __size_t is also a typedef on VMS. */ /* __size_t is also a typedef on VMS. */
#else #else
#define __size_t #define __size_t
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment