Cleanups and cruft removal.

This commit is contained in:
Markus F.X.J. Oberhumer
2016-09-21 21:33:53 +02:00
parent df87d76070
commit 3765ca4e92
12 changed files with 67 additions and 164 deletions
+4 -7
View File
@@ -83,16 +83,15 @@
#undef LDOUBLE
#if 1
#define NO_FLOAT 1
#if (ACC_CC_SUNPROC)
#else
#define float error no_float
#define double error no_float
#endif
#elif 0 || (HAVE_LONG_DOUBLE)
#else
#if (HAVE_LONG_DOUBLE)
#define LDOUBLE long double
#else
#define LDOUBLE double
#endif
#endif
/*
* dopr(): poor man's version of doprintf
@@ -969,6 +968,4 @@ int main(void)
}
#endif /* SNPRINTF_TEST */
/*
vi:ts=4:et
*/
/* vim:set ts=4 sw=4 et: */