pike.git/
src/
svalue.h
Branch:
Tag:
Non-build tags
All tags
No tags
2003-05-13
2003-05-13 19:35:38 by Martin Stjernholm <mast@lysator.liu.se>
31268ae35e9e0a0f7189963df7b710f2b808d072 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Removed trailing semicolon from a do-while(0) style macro.
Rev: src/svalue.h:1.121
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: svalue.h,v 1.
120
2003/
04
/
28
00
:
44
:
28
mast Exp $
+
|| $Id: svalue.h,v 1.
121
2003/
05
/
13
19
:
35
:
38
mast Exp $
*/ #ifndef SVALUE_H
487:
dmalloc_touch_svalue(s_); \ free_svalue(s_++); \ } \
-
}while(0)
;
+
}while(0)
#ifdef DEBUG_MALLOC #define free_svalues(X,Y,Z) debug_free_svalues((X),(Y),(Z), DMALLOC_NAMED_LOCATION(" free_svalues"));