diff options
Diffstat (limited to 'src/m/amdahl.h')
-rw-r--r-- | src/m/amdahl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m/amdahl.h b/src/m/amdahl.h index b6a3871a221..4e64d0dca85 100644 --- a/src/m/amdahl.h +++ b/src/m/amdahl.h @@ -1,4 +1,4 @@ -/* amdahl machine description file +/* amdahl machine description file Copyright (C) 1987, 1999, 2002 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -123,7 +123,7 @@ extern int sign_extend_temp; /* Put text and data on non-segment boundary; makes image smaller */ -#define LD_SWITCH_MACHINE -N +#define LD_SWITCH_MACHINE -N /* When writing the 'xemacs' file, make text segment ro */ #define EXEC_MAGIC 0410 |