diff options
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 |