PostGIS
3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches
◆
POSTGIS_FREE_IF_COPY_P
#define POSTGIS_FREE_IF_COPY_P
(
ptrsrc,
ptrori
)
Value:
do
\
{ \
if ((Pointer)(ptrsrc) != (Pointer)(ptrori)) \
pfree(ptrsrc); \
}
while
(0)
Definition at line
235
of file
lwinline.h
.
237
{ \
238
if ((Pointer)(ptrsrc) != (Pointer)(ptrori)) \
239
pfree(ptrsrc); \
240
}
while
(0)
liblwgeom
lwinline.h
Generated by
1.9.8