Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ee803128
Commit
ee803128
authored
Aug 11, 1995
by
Richard M. Stallman
Browse files
[linux] (COFF, NO_TERMIO): Defined.
[linux] (TEXT_END, DATA_END): New definitions.
parent
64b8f99b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
src/m/alpha.h
src/m/alpha.h
+10
-0
No files found.
src/m/alpha.h
View file @
ee803128
...
...
@@ -276,3 +276,13 @@ extern void r_alloc_free ();
close (dummy); \
} \
while (0)
#ifdef linux
#define COFF
/* Linux/Alpha doesn't like it if termio.h and termios.h get included
simultaneously. */
#define NO_TERMIO
#define TEXT_END ({ extern int _etext; _etext; })
#define DATA_END ({ extern int _EDATA; _EDATA; })
#endif
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