Skip to content
Snippets Groups Projects
Commit 0be95afa authored by bje's avatar bje
Browse files

Some cleanups from dfp-branch:

	* decUtility.c: Remove redundant #includes.
	* decUtility.h (__dec_byte_swap): Remove prototype.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107658 138bc75d-0d04-0410-961f-82ee72b054a4
parent 0826ab0f
No related branches found
No related tags found
No related merge requests found
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> 2005-11-29 Ben Elliston <bje@au.ibm.com>
* configure.ac: New file. * configure.ac: New file.
......
...@@ -23,10 +23,6 @@ ...@@ -23,10 +23,6 @@
#include "decNumberLocal.h" /* decNumber local types, etc. */ #include "decNumberLocal.h" /* decNumber local types, etc. */
#include "decUtility.h" /* utility routines */ #include "decUtility.h" /* utility routines */
#include "tconfig.h"
#include "coretypes.h"
#include "tm.h"
/* ================================================================== */ /* ================================================================== */
/* Shared utility routines */ /* Shared utility routines */
/* ================================================================== */ /* ================================================================== */
......
...@@ -26,4 +26,3 @@ ...@@ -26,4 +26,3 @@
extern void decDensePackCoeff (decNumber *, uByte *, Int, Int); extern void decDensePackCoeff (decNumber *, uByte *, Int, Int);
extern void decDenseUnpackCoeff (uByte *, Int, decNumber *, Int, Int); extern void decDenseUnpackCoeff (uByte *, Int, decNumber *, Int, Int);
extern unsigned long __dec_byte_swap (unsigned long in);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment