Skip to content

Commit

Permalink
* decContext.h: Include gstdint.h instead of <stdint.h>.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145385 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
bje committed Apr 1, 2009
1 parent dcf9465 commit 5522109
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions libdecnumber/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2009-04-01 Ben Elliston <bje@au.ibm.com>

* decContext.h: Include gstdint.h instead of <stdint.h>.

2009-03-30 Ben Elliston <bje@au.ibm.com>

* decNumber.c, decNumber.h, decNumberLocal.h, decDouble.c,
Expand Down
4 changes: 1 addition & 3 deletions libdecnumber/decContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@
#define DECCFULLNAME "Decimal Context Descriptor" /* Verbose name */
#define DECCAUTHOR "Mike Cowlishaw" /* Who to blame */

#if !defined(int32_t)
#include <stdint.h> /* C99 standard integers */
#endif
#include "gstdint.h" /* C99 standard integers */
#include <stdio.h> /* for printf, etc. */
#include <signal.h> /* for traps */

Expand Down

0 comments on commit 5522109

Please sign in to comment.