Commit fbdb1ec6 by Ben Elliston Committed by Ben Elliston

Some cleanups from dfp-branch:

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

From-SVN: r107658
parent 9852c209
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.
* aclocal.m4: Likewise.
* Makefile.in: Likewise.
......
......@@ -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);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment