The removed #include is unnecessary as InstrProfiling.h takes care about declaring corresponding types either by #including <stdint.h> or by declaring them explicitly, which is the case for FreeBSD.
Details
Details
Diff Detail
Diff Detail
Differential D4103
Fix building InstrProfilingFile.c on FreeBSD kutuzov.viktor.84 on Jun 11 2014, 9:55 AM. Authored by
Details
The removed #include is unnecessary as InstrProfiling.h takes care about declaring corresponding types either by #including <stdint.h> or by declaring them explicitly, which is the case for FreeBSD.
Diff Detail |
Is this file intended to be translated in a pre-C99 mode when mixed declarations and code are not permitted?