Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
f05b644d
Commit
f05b644d
authored
Nov 21, 2003
by
Michael Beck
Browse files
Use more config.h defines for more campatibility
[r2092]
parent
1312195f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/tv/fltcalc.c
View file @
f05b644d
...
...
@@ -25,7 +25,10 @@
# undef NAN
#endif
#ifdef HAVE_INTTYPES_H
#include
<inttypes.h>
#endif
#include
<string.h>
#include
<stdlib.h>
#include
<stdio.h>
...
...
@@ -33,6 +36,9 @@
#ifdef HAVE_ALLOCA_H
# include <alloca.h>
#endif
#ifdef HAVE_MALLOC_H
# include <malloc.h>
#endif
typedef
uint32_t
UINT32
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment