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
3a0b4260
Commit
3a0b4260
authored
Aug 11, 1995
by
Richard M. Stallman
Browse files
(TEXT_END, DATA_END): Fix the definitions.
parent
1596f1c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/m/alpha.h
src/m/alpha.h
+2
-2
No files found.
src/m/alpha.h
View file @
3a0b4260
...
...
@@ -284,6 +284,6 @@ extern void r_alloc_free ();
simultaneously. */
#define NO_TERMIO
#define TEXT_END ({ extern int _etext; _etext; })
#define DATA_END ({ extern int _EDATA; _EDATA; })
#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