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
46b3623d
Commit
46b3623d
authored
Jun 30, 1993
by
Richard M. Stallman
Browse files
(check_memory_limits): Use unsigned long to hold memory size values.
parent
c2efa566
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/vm-limit.c
src/vm-limit.c
+2
-2
No files found.
src/vm-limit.c
View file @
46b3623d
...
...
@@ -52,8 +52,8 @@ check_memory_limits ()
extern
POINTER
(
*
__morecore
)
();
register
POINTER
cp
;
int
five_percent
;
int
data_size
;
unsigned
long
five_percent
;
unsigned
long
data_size
;
if
(
lim_data
==
0
)
get_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