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
19b8fb9d
Commit
19b8fb9d
authored
Apr 21, 1994
by
Richard M. Stallman
Browse files
(get_lim_data): Handle NO_LIM_DATA.
parent
5afe3a2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
src/mem-limits.h
src/mem-limits.h
+9
-0
No files found.
src/mem-limits.h
View file @
19b8fb9d
...
...
@@ -98,6 +98,14 @@ static POINTER data_space_start;
/* Number of bytes of writable memory we can expect to be able to get */
static
unsigned
int
lim_data
;
#ifdef NO_LIM_DATA
static
void
get_lim_data
()
{
lim_data
=
-
1
;
}
#else
/* not NO_LIM_DATA */
#ifdef USG
static
void
...
...
@@ -157,3 +165,4 @@ get_lim_data ()
}
#endif
/* BSD4_2 */
#endif
/* not USG */
#endif
/* not NO_LIM_DATA */
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