aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-24 10:31:26 +0000
committerJuanma Barranquero2006-11-24 10:31:26 +0000
commitdb9cd97ad4957831331b4ef2ad79dd20545f67a8 (patch)
tree29dce6da514b72f4b07c088ef228f1cfa148cbb3 /src/m
parentac39a725f3f4a7d735c56129fc9d7e51521d1dd0 (diff)
downloademacs-db9cd97ad4957831331b4ef2ad79dd20545f67a8.tar.gz
emacs-db9cd97ad4957831331b4ef2ad79dd20545f67a8.zip
Space/tab mixup.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/ibmrs6000.h6
-rw-r--r--src/m/pfa50.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h
index 3d3e45eda81..10b43bf8246 100644
--- a/src/m/ibmrs6000.h
+++ b/src/m/ibmrs6000.h
@@ -44,7 +44,7 @@ Boston, MA 02110-1301, USA. */
44#define IBMR2AIX 44#define IBMR2AIX
45 45
46/* Use type int rather than a union, to represent Lisp_Object */ 46/* Use type int rather than a union, to represent Lisp_Object */
47/* This is desirable for most machines. */ 47/* This is desirable for most machines. */
48 48
49#define NO_UNION_TYPE 49#define NO_UNION_TYPE
50 50
@@ -72,7 +72,7 @@ Boston, MA 02110-1301, USA. */
72 72
73/* The data segment in this machine always starts at address 0x20000000. 73/* The data segment in this machine always starts at address 0x20000000.
74 An address of data cannot be stored correctly in a Lisp object; 74 An address of data cannot be stored correctly in a Lisp object;
75 we always lose the high bits. We must tell XPNTR to add them back. */ 75 we always lose the high bits. We must tell XPNTR to add them back. */
76 76
77#ifndef USG5_4 77#ifndef USG5_4
78#define DATA_SEG_BITS 0x20000000 78#define DATA_SEG_BITS 0x20000000
@@ -86,7 +86,7 @@ Boston, MA 02110-1301, USA. */
86#define PURE_SEG_BITS 0x30000000 86#define PURE_SEG_BITS 0x30000000
87 87
88/* Use shared memory. */ 88/* Use shared memory. */
89/* This is turned off because it does not always work. See etc/AIX.DUMP. */ 89/* This is turned off because it does not always work. See etc/AIX.DUMP. */
90/* #define HAVE_SHM */ 90/* #define HAVE_SHM */
91#define SHMKEY 5305035 /* used for shared memory code segments */ 91#define SHMKEY 5305035 /* used for shared memory code segments */
92#endif /* CANNOT_DUMP */ 92#endif /* CANNOT_DUMP */
diff --git a/src/m/pfa50.h b/src/m/pfa50.h
index 85d281073f1..0b1511fd8e7 100644
--- a/src/m/pfa50.h
+++ b/src/m/pfa50.h
@@ -50,7 +50,7 @@ Boston, MA 02110-1301, USA. */
50#define NO_REMAP 50#define NO_REMAP
51 51
52/* Define TEXT_START_ADDR if your linker don't set execute point to _start. 52/* Define TEXT_START_ADDR if your linker don't set execute point to _start.
53 If it needed, temacs always CORE-DUMP. */ 53 If it needed, temacs always CORE-DUMP. */
54 54
55#define TEXT_START_ADDR __start 55#define TEXT_START_ADDR __start
56 56