mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 03:14:08 +08:00
Some cleanups from dfp-branch:
* decUtility.c: Remove redundant #includes. * decUtility.h (__dec_byte_swap): Remove prototype. From-SVN: r107658
This commit is contained in:
parent
9852c209be
commit
fbdb1ec65a
@ -1,3 +1,8 @@
|
||||
2005-11-29 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* decUtility.c: Remove redundant #includes.
|
||||
* decUtility.h (__dec_byte_swap): Remove prototype.
|
||||
|
||||
2005-11-29 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* configure.ac: New file.
|
||||
|
@ -23,10 +23,6 @@
|
||||
#include "decNumberLocal.h" /* decNumber local types, etc. */
|
||||
#include "decUtility.h" /* utility routines */
|
||||
|
||||
#include "tconfig.h"
|
||||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
|
||||
/* ================================================================== */
|
||||
/* Shared utility routines */
|
||||
/* ================================================================== */
|
||||
|
@ -26,4 +26,3 @@
|
||||
|
||||
extern void decDensePackCoeff (decNumber *, uByte *, Int, Int);
|
||||
extern void decDenseUnpackCoeff (uByte *, Int, decNumber *, Int, Int);
|
||||
extern unsigned long __dec_byte_swap (unsigned long in);
|
||||
|
Loading…
Reference in New Issue
Block a user