# HG changeset patch # User Roland McGrath # Date 800743646 0 # Node ID 8902ebe369bd7880dcc1c95fbd4b6b42ddc63051 # Parent 70e05c1afba75148837a87950434b02f44ba673d [VMS]: Don't #include if _POSIX_SOURCE or _POSIX_C_SOURCE is defined. diff -r 70e05c1afba7 -r 8902ebe369bd src/regex.h --- a/src/regex.h Wed May 17 20:44:36 1995 +0000 +++ b/src/regex.h Wed May 17 20:47:26 1995 +0000 @@ -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 must be included (by the caller) before . */ -#ifdef VMS +#if !defined (_POSIX_C_SOURCE) && !defined (_POSIX_SOURCE) && defined (VMS) /* VMS doesn't have `size_t' in , even though POSIX says it should be there. */ #include