diff options
Diffstat (limited to 'src/m/m68k.h')
-rw-r--r-- | src/m/m68k.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/m/m68k.h b/src/m/m68k.h index 50c8a8e7575..15ceb365595 100644 --- a/src/m/m68k.h +++ b/src/m/m68k.h @@ -47,12 +47,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #define EXPLICIT_SIGN_EXTEND -/* Define CANNOT_DUMP on machines where unexec does not work. - Then the function dump-emacs will not be defined - and temacs will do (load "loadup") automatically unless told otherwise. */ - -/* #define CANNOT_DUMP */ - /* Define VIRT_ADDR_VARIES if the virtual addresses of pure and impure space as loaded can vary, and even their relative order cannot be relied on. |