pike.git/
src/
pike_macros.h
Branch:
Tag:
Non-build tags
All tags
No tags
2001-07-20
2001-07-20 19:18:09 by Martin Stjernholm <mast@lysator.liu.se>
d20cf3615a24de87a5ec8ab2f294ec1830509aee (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Answered a question.
Rev: src/pike_macros.h:1.25
5:
\*/ /*
-
* $Id: pike_macros.h,v 1.
24
2001/
05
/
14
03
:
29
:
36
hubbe
Exp $
+
* $Id: pike_macros.h,v 1.
25
2001/
07
/
20
19
:
18
:
09
mast
Exp $
*/ #ifndef MACROS_H #define MACROS_H
80:
/* how can SET_NEXT_AND_FREE leave *next* pointing to a deallocated block? * -Hubbe */
+
/* Afaik it doesn't, but it leaves no value that is usable for the
+
* purposes this macro was made for. /mast */
#define FREE_AND_GET_REFERENCED(p, item_type, free_item) do { \ item_type *next; \ while (1) { \