aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-12 07:34:33 +0000
committerRichard M. Stallman1997-07-12 07:34:33 +0000
commit92ab4af6fa05d3c6a6188fcdb12e706fef223591 (patch)
tree1faac4f76db1f3cdae6539924a04ed36dd099af5 /src
parentea2acec55b169b4978569fcdbd4c0b70256df313 (diff)
downloademacs-92ab4af6fa05d3c6a6188fcdb12e706fef223591.tar.gz
emacs-92ab4af6fa05d3c6a6188fcdb12e706fef223591.zip
(XPointer): Define XPointer.
Diffstat (limited to 'src')
-rw-r--r--src/s/irix4-0.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h
index 0df5b625666..e23b91eecfb 100644
--- a/src/s/irix4-0.h
+++ b/src/s/irix4-0.h
@@ -2,6 +2,8 @@
2 2
3#define USG5_3 3#define USG5_3
4#define IRIX4 4#define IRIX4
5/* XPointer is not defined in the older X headers -- JPff@maths.bath.ac.uk */
6#define XPointer caddr_t
5 7
6#define HAVE_ALLOCA 8#define HAVE_ALLOCA
7#ifndef NOT_C_CODE 9#ifndef NOT_C_CODE