diff-utils: point: fix postfix decrement/increment operator
authorMatthias Maennich via libabigail <libabigail@sourceware.org>
Mon, 15 Apr 2019 17:05:16 +0000 (18:05 +0100)
committerDodji Seketeli <dodji@redhat.com>
Tue, 16 Apr 2019 14:11:01 +0000 (16:11 +0200)
commit8cfd26422423c306a6444ef44958fa917c969794
tree5c0e06e23a830597fec862f4935fcf23698e4977
parentc9d4f3aabd9d90ff14a61b564ceaa25dbd49e6a7
diff-utils: point: fix postfix decrement/increment operator

The postfix increment / decrement operators were implemented by calling
themselves recursively. Fix that by implementing these in terms of their
prefix counter parts.

 * include/abg-diff-utils.h: fix postfix dec/inc operator

Signed-off-by: Matthias Maennich <maennich@google.com>
include/abg-diff-utils.h