mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Remove leftover pre-C89 code (re: a1f5c992)
I'd forgotten to check for uses of the __STDC__ macro. This is defined on all C compilers that support C89/C90 or later standards. So we can remove all fallback code disabled by that macro.
This commit is contained in:
parent
e072e7c170
commit
2027648f1a
12 changed files with 4 additions and 104 deletions
|
|
@ -38,10 +38,6 @@ print #if !_lib_readdir64
|
|||
print #undef _typ_ino64_t
|
||||
print #endif
|
||||
|
||||
print #if defined(__STDC__) && !defined(__USE_FIXED_PROTOTYPES__)
|
||||
print #define __USE_FIXED_PROTOTYPES__ 1 /* kick gcc out of the past */
|
||||
print #endif
|
||||
|
||||
header stdlib.h
|
||||
header stddef.h
|
||||
header sys/types.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue