aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-08-25 02:14:42 +0000
committerRichard M. Stallman1996-08-25 02:14:42 +0000
commitb4d413451a0c571ecac48d456c546474c061705e (patch)
tree8c064199a52e994a77836795b1303d817af1b331 /src
parentf73741fc2372af17f2afc213436ed6cd19017cc8 (diff)
downloademacs-b4d413451a0c571ecac48d456c546474c061705e.tar.gz
emacs-b4d413451a0c571ecac48d456c546474c061705e.zip
Initial revision
Diffstat (limited to 'src')
-rw-r--r--src/s/riscix1-1.h25
-rw-r--r--src/s/riscix12.h25
2 files changed, 50 insertions, 0 deletions
diff --git a/src/s/riscix1-1.h b/src/s/riscix1-1.h
new file mode 100644
index 00000000000..605ed688bcd
--- /dev/null
+++ b/src/s/riscix1-1.h
@@ -0,0 +1,25 @@
1/* Definitions file for GNU Emacs running on RISCiX 1.1 (bsd 4.3)
2 Copyright (C) 1994 Free Software Foundation, Inc.
3
4This file is part of GNU Emacs.
5
6GNU Emacs is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2, or (at your option)
9any later version.
10
11GNU Emacs is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING. If not, write to
18the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19Boston, MA 02111-1307, USA. */
20
21
22#define RISCiX_1_1 1
23#define RISCiX 11
24#define CRT0_O /lib/crt0.o
25#include "bsd4-3.h"
diff --git a/src/s/riscix12.h b/src/s/riscix12.h
new file mode 100644
index 00000000000..cbc78d58b95
--- /dev/null
+++ b/src/s/riscix12.h
@@ -0,0 +1,25 @@
1/* Definitions file for GNU Emacs running on RISCiX 1.2 (bsd 4.3)
2 Copyright (C) 1994 Free Software Foundation, Inc.
3
4This file is part of GNU Emacs.
5
6GNU Emacs is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2, or (at your option)
9any later version.
10
11GNU Emacs is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING. If not, write to
18the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19Boston, MA 02111-1307, USA. */
20
21
22#define RISCiX_1_2 1
23#define RISCiX 12
24#define CRT0_O /usr/lib/crt0.o
25#include "bsd4-3.h"