comparison src/regex.h @ 1579:bcd84459e68a

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Sun, 15 Nov 1992 10:30:58 +0000
parents 8c3ffcd3faf7
children e81cb2cc709e
comparison
equal deleted inserted replaced
1578:8c779144d540 1579:bcd84459e68a
17 along with this program; if not, write to the Free Software 17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
19 19
20 #ifndef __REGEXP_LIBRARY_H__ 20 #ifndef __REGEXP_LIBRARY_H__
21 #define __REGEXP_LIBRARY_H__ 21 #define __REGEXP_LIBRARY_H__
22
23 #ifdef VMS
24 /* POSIX says that size_t should be in stddef.h. */
25 #include <stddef.h>
26 #endif
22 27
23 /* POSIX says that <sys/types.h> must be included before <regex.h>. */ 28 /* POSIX says that <sys/types.h> must be included before <regex.h>. */
24 29
25 /* The following bits are used to determine the regexp syntax we 30 /* The following bits are used to determine the regexp syntax we
26 recognize. The set/not-set meanings are chosen so that Emacs syntax 31 recognize. The set/not-set meanings are chosen so that Emacs syntax