Fix make_cleanup_dtor signature to match declaration
authorSimon Marchi <simon.marchi@ericsson.com>
Wed, 3 Dec 2014 13:56:10 +0000 (08:56 -0500)
committerSimon Marchi <simon.marchi@ericsson.com>
Wed, 3 Dec 2014 13:56:10 +0000 (08:56 -0500)
commit75783939d7bd00c4e0086e5b7e536fb88f4e9d27
treee6eaa6e7064ef3c53f80f8c51bef7c7648d82350
parent2d7bb7580ac174127f8ae127ebc4156a91035fc0
Fix make_cleanup_dtor signature to match declaration

The definition does not use the typedef for the dtor function pointer
type that the declaration uses.  It's a cosmetic-only change.

ChangeLog:

* common/cleanups.c (make_cleanup_dtor): Use typedef for dtor
type.
gdb/ChangeLog
gdb/common/cleanups.c
This page took 0.025629 seconds and 4 git commands to generate.