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
9abbd165
Commit
9abbd165
authored
Nov 07, 1996
by
Richard M. Stallman
Browse files
[emacs] (malloc, free): Define as xmalloc, and xfree.
parent
e80f3932
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/regex.c
src/regex.c
+3
-0
No files found.
src/regex.c
View file @
9abbd165
...
...
@@ -55,6 +55,9 @@
#include "buffer.h"
#include "syntax.h"
#define malloc xmalloc
#define free xfree
#else
/* not emacs */
/* If we are not linking with Emacs proper,
...
...
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