1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-11-08 03:22:25 +03:00

More C type cleanup.

* Remove typec.h entirely.
* Order all typdefs above local includes.
This commit is contained in:
David Steele
2018-04-06 21:46:45 -04:00
parent f3b56cf8f3
commit e00f2dd4ad
36 changed files with 70 additions and 109 deletions

View File

@@ -100,17 +100,6 @@ my $oTestDef =
&TESTDEF_TEST =>
[
{
&TESTDEF_NAME => 'typec',
&TESTDEF_TOTAL => 2,
&TESTDEF_C => true,
&TESTDEF_CDEF => '-DNO_ERROR -DNO_LOG',
&TESTDEF_COVERAGE =>
{
'common/typec' => TESTDEF_COVERAGE_NOCODE,
},
},
{
&TESTDEF_NAME => 'time',
&TESTDEF_TOTAL => 2,