summaryrefslogtreecommitdiff
path: root/lib/regex.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-05-20 13:28:24 +0000
committerJim Meyering <jim@meyering.net>1995-05-20 13:28:24 +0000
commit37a6bc3abff0636164ba01a09994ba91c9b065df (patch)
tree77c6ab1db640fa66c4785fab38f88926a046ef3d /lib/regex.h
parente364481ca4089e0342fb5366a5671cd4fdaefff2 (diff)
downloadcoreutils-37a6bc3abff0636164ba01a09994ba91c9b065df.tar.xz
merge with 1.11.1a
Diffstat (limited to 'lib/regex.h')
-rw-r--r--lib/regex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/regex.h b/lib/regex.h
index 66791b067..31eaf849f 100644
--- a/lib/regex.h
+++ b/lib/regex.h
@@ -1,7 +1,7 @@
/* Definitions for data structures and routines for the regular
expression library, version 0.12.
- Copyright (C) 1985, 89, 90, 91, 92, 1993 Free Software Foundation, Inc.
+ Copyright (C) 1985, 89, 90, 91, 92, 93, 95 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@
/* POSIX says that <sys/types.h> must be included (by the caller) before
<regex.h>. */
-#ifdef VMS
+#if !defined (_POSIX_C_SOURCE) && !defined (_POSIX_SOURCE) && defined (VMS)
/* VMS doesn't have `size_t' in <sys/types.h>, even though POSIX says it
should be there. */
#include <stddef.h>