Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a568f507
Commit
a568f507
authored
Apr 02, 2010
by
Dan Nicolaescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* m/intel386.h (NO_REMAP): Move definition ...
* s/msdos.h (NO_REMAP): ... here.
parent
4cd9f6c2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
src/ChangeLog
src/ChangeLog
+3
-0
src/m/intel386.h
src/m/intel386.h
+0
-4
src/s/msdos.h
src/s/msdos.h
+2
-0
No files found.
src/ChangeLog
View file @
a568f507
2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
* m/intel386.h (NO_REMAP): Move definition ...
* s/msdos.h (NO_REMAP): ... here.
* m/vax.h (CRT0_DUMMIES): Remove, unused.
* ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
...
...
src/m/intel386.h
View file @
a568f507
...
...
@@ -85,10 +85,6 @@ NOTE-END */
#define TEXT_START 0
#endif
/* USG */
#ifdef MSDOS
#define NO_REMAP
#endif
#ifdef WINDOWSNT
#define VIRT_ADDR_VARIES
#define DATA_START get_data_start ()
...
...
src/s/msdos.h
View file @
a568f507
...
...
@@ -170,5 +170,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
#define GC_SETJMP_WORKS 1
#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
#define NO_REMAP
/* arch-tag: d184f860-815d-4ff4-8187-d05c0f3c37d0
(do not change this comment) */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment