projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d03407e
)
safefree() mismatch
Roderick Schertler [Sat, 29 Mar 1997 16:36:21 +0000 (11:36 -0500)]
The declaration of safefree() in proto.h disagrees with the definition
in util.c.
p5p-msgid: 21338.
859653381
@eeyore.ibcinc.com
util.c
patch
|
blob
|
blame
|
history
diff --git
a/util.c
b/util.c
index
99a3273
..
1317a76
100644
(file)
--- a/
util.c
+++ b/
util.c
@@
-150,7
+150,7
@@
MEM_SIZE size;
/* safe version of free */
-void
+Free_t
safefree(where)
Malloc_t where;
{