maximum number of messages removed and include statement cleanup

This commit is contained in:
Joel Sherrill
1995-08-17 19:36:43 +00:00
parent 556fb911c8
commit 4b374f36e7
250 changed files with 3372 additions and 1052 deletions

View File

@@ -1,5 +1,5 @@
/*
* RTEMS RCS Id: $Id$
* RTEMS RCS Id: paranoia.c,v 1.2 1995/05/31 17:06:09 joel Exp
*
* A C version of Kahan's Floating Point Test "Paranoia"
*
@@ -161,7 +161,7 @@
*/
#ifdef NEED_REENT
#include "reent.h"
#include <reent.h>
struct _reent libm_reent = _REENT_INIT(libm_reent);
struct _reent *_impure_ptr = &libm_reent;
#endif