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
3 changed files with 5 additions and 5 deletions
|
@ -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…
Add table
Reference in a new issue