diff options
| author | Richard M. Stallman | 1995-08-20 16:03:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-08-20 16:03:43 +0000 |
| commit | 7a6ec3d1ad4938123d4e8c421669b96f66381bf0 (patch) | |
| tree | f449287bb468dfe34c853176c0a36bd8204305e3 /src | |
| parent | bfc30de97f1b9fd7b7bfcbe98f0152f5febbbcc7 (diff) | |
| download | emacs-7a6ec3d1ad4938123d4e8c421669b96f66381bf0.tar.gz emacs-7a6ec3d1ad4938123d4e8c421669b96f66381bf0.zip | |
(SYSTEM_TYPE): Change to just "aix".
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/aix3-1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/aix3-1.h b/src/s/aix3-1.h index 7ce23b41167..0db5130e935 100644 --- a/src/s/aix3-1.h +++ b/src/s/aix3-1.h | |||
| @@ -51,7 +51,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 51 | /* SYSTEM_TYPE should indicate the kind of system you are using. | 51 | /* SYSTEM_TYPE should indicate the kind of system you are using. |
| 52 | It sets the Lisp variable system-type. */ | 52 | It sets the Lisp variable system-type. */ |
| 53 | 53 | ||
| 54 | #define SYSTEM_TYPE "aix-v3" | 54 | #define SYSTEM_TYPE "aix" |
| 55 | 55 | ||
| 56 | 56 | ||
| 57 | /* nomultiplejobs should be defined if your system's shell | 57 | /* nomultiplejobs should be defined if your system's shell |