projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7275585
)
libdecnumber: Change gstdint.h to stdint.h
author
Tom Musta
<tommusta@gmail.com>
Mon, 21 Apr 2014 20:54:49 +0000
(15:54 -0500)
committer
Alexander Graf
<agraf@suse.de>
Mon, 16 Jun 2014 11:24:28 +0000
(13:24 +0200)
Replace the inclusion of gstdint.h with the standard stdint.h
header file.
Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/libdecnumber/decContext.h
patch
|
blob
|
history
diff --git
a/include/libdecnumber/decContext.h
b/include/libdecnumber/decContext.h
index 1a3f15eba8af32dccd51e475b1e229ee9c3d4ed2..c3e46f405fa6e2faf3ed9cac862884cadde3176c 100644
(file)
--- a/
include/libdecnumber/decContext.h
+++ b/
include/libdecnumber/decContext.h
@@
-56,7
+56,7
@@
#define DECCFULLNAME "Decimal Context Descriptor" /* Verbose name */
#define DECCAUTHOR "Mike Cowlishaw" /* Who to blame */
- #include
"gstdint.h" /* C99 standard integers */
+ #include
<stdint.h>
#include <stdio.h> /* for printf, etc. */
#include <signal.h> /* for traps */