summaryrefslogtreecommitdiff
path: root/src/buffer.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-11-16 00:54:53 +0000
committerJim Blandy <jimb@redhat.com>1992-11-16 00:54:53 +0000
commita7ac4eb5eb216f6cfd7d67ecf635eebacc9a74c6 (patch)
treeeaeb903622d36450b14c371427601c3f2dd39f4e /src/buffer.h
parentc7b0ab4312e2ac7d3468d4fb385305787064dff0 (diff)
downloademacs-a7ac4eb5eb216f6cfd7d67ecf635eebacc9a74c6.tar.gz
* systty.h, process.c, buffer.h, callproc.c, sysdep.c, dired.c:
Added VMS changes from Roland Roberts.
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h
index ddf903e5469..6e3f7a8ee23 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -378,6 +378,12 @@ whatever you like. */
#define R_ALLOC_DECLARE(var,data)
#endif
+/* VAX C is non-ANSI wrt extern declarations and requires the struct
+ re_pattern_buffer to completely defined for searchbuf's declaration. */
+#ifdef VMS
+#include "regex.h"
+#endif /* VMS */
+
/* A search buffer, with a fastmap allocated and ready to go. */
extern struct re_pattern_buffer searchbuf;