projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b9a005
)
(obstack_base): Cast to (void *), per documentation.
author
Jim Meyering
<jim@meyering.net>
Thu, 24 Jun 2004 06:04:10 +0000
(06:04 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 24 Jun 2004 06:04:10 +0000
(06:04 +0000)
lib/obstack.h
patch
|
blob
|
history
diff --git
a/lib/obstack.h
b/lib/obstack.h
index c4140ad29263c1e9f4b92d44e1a549c0c1a729e3..d46b0544a430aff821a0da194318833d48f16ee5 100644
(file)
--- a/
lib/obstack.h
+++ b/
lib/obstack.h
@@
-206,7
+206,7
@@
extern int obstack_exit_failure;
Note that this might not be the final address of the object
because a new chunk might be needed to hold the final size. */
-#define obstack_base(h) ((h)->object_base)
+#define obstack_base(h) ((
void *) (
h)->object_base)
/* Size for allocating ordinary chunks. */