X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fregex.h;h=31eaf849f757245a2baf6a8266444b1b3c94857c;hb=799b98ef9a6e8ddb5b17a056433ee2018329de26;hp=66791b0670b3f6e060d4a2d1e07f348f422b0a95;hpb=7bf62aa2b513ee6355b8deefb7214a38c22f07cd;p=gnulib.git 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 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