aboutsummaryrefslogtreecommitdiff
path: root/gcc/ginclude
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2012-03-12 08:54:10 +0000
committerTristan Gingold <gingold@adacore.com>2012-03-12 08:54:10 +0000
commitdaf817f10ae6e1a9c2ac1caa5a5fb92c0cffc217 (patch)
tree27637ac1095d9385f26d0ea264fff5dd16e54df5 /gcc/ginclude
parent0f3aa5ec2074a5341b960bde45d784ded346aa12 (diff)
2012-03-12 Tristan Gingold <gingold@adacore.com>
* ginclude/stddef.h: Adjust previous patch. Use __VMS__ instead of VMS. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@185214 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ginclude')
-rw-r--r--gcc/ginclude/stddef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ginclude/stddef.h b/gcc/ginclude/stddef.h
index ebe0190c20a..458c3825e87 100644
--- a/gcc/ginclude/stddef.h
+++ b/gcc/ginclude/stddef.h
@@ -203,7 +203,7 @@ typedef __PTRDIFF_TYPE__ ptrdiff_t;
#if (defined (__FreeBSD__) && (__FreeBSD__ >= 5)) \
|| defined(__FreeBSD_kernel__)
/* __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. */
#else
#define __size_t