7a8bb066f1
a small amount of unused stuff (by the bmakefiles to follow), but it isn't much and seems harmless enough.
8 lines
157 B
C++
8 lines
157 B
C++
// The -*- C++ -*- floating point header.
|
|
// This file is part of the GNU ANSI C++ Library.
|
|
|
|
#ifndef __CFLOAT__
|
|
#define __CFLOAT__
|
|
#include <float.h>
|
|
#endif
|