pet_array_free: return NULL pointer of type struct pet_array *
commit36747435272d0f30f8f14773adcb512c257f704a
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 3 Oct 2012 15:05:22 +0000 (3 17:05 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 8 Nov 2012 14:07:47 +0000 (8 15:07 +0100)
tree93d3469cd7b079c4cc7d191b488c9b1ae844a05d
parentd40dc1f4db716911a566c7008f512cefe2e52c5a
pet_array_free: return NULL pointer of type struct pet_array *

Returning a pointer of type struct pet_array * makes it easier
to assign the result to a variable of that type in C++.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
scop.c
scop.h