OSDN Git Service

Rename a static function to avoid conflict.
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Tue, 18 Aug 2015 12:04:12 +0000 (21:04 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Tue, 18 Aug 2015 12:16:40 +0000 (21:16 +0900)
commit9a774b0d9c842cb4d5644f2ef7bfad3de8c76108
tree59b4bff427d194ace2f1345223749cdc816ae3c1
parent3cc21a6ab12cc45419781be581487ff4650aff7a
Rename a static function to avoid conflict.

CopyArrayEls is a static function but also has a definition for
different function in core header. Rename it CopyAnyArrayEls so that
compler doesn't complain.
dump.c