Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
9daa490d
Commit
9daa490d
authored
Apr 01, 2009
by
Ben Elliston
Committed by
Ben Elliston
Apr 01, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decContext.h: Include gstdint.h instead of <stdint.h>.
From-SVN: r145385
parent
0ecca4d1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
libdecnumber/ChangeLog
+4
-0
libdecnumber/decContext.h
+1
-3
No files found.
libdecnumber/ChangeLog
View file @
9daa490d
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,
...
...
libdecnumber/decContext.h
View file @
9daa490d
...
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
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