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
5b3bb7c6
Commit
5b3bb7c6
authored
May 25, 1993
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
a91526b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
src/alloca.c
src/alloca.c
+6
-2
No files found.
src/alloca.c
View file @
5b3bb7c6
...
...
@@ -66,9 +66,13 @@ typedef char *pointer;
hand, the utilities in lib-src need alloca to call malloc; some of
them are very simple, and don't have an xmalloc routine.
Everybody else should just call malloc. */
Non-Emacs programs expect this to call use xmalloc.
Callers below should use malloc. */
#ifndef emacs
extern
pointer
malloc
();
#define malloc xmalloc
extern
pointer
xmalloc
();
#endif
/* Define STACK_DIRECTION if you know the direction of stack
...
...
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