]> pd.if.org Git - pdclib/blobdiff - includes/tgmath.h
Removing old files.
[pdclib] / includes / tgmath.h
diff --git a/includes/tgmath.h b/includes/tgmath.h
deleted file mode 100644 (file)
index df1d2b8..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/* ----------------------------------------------------------------------------
- * $Id$
- * ----------------------------------------------------------------------------
- * Public Domain C Library - http://pdclib.sourceforge.net
- * This code is Public Domain. Use, modify, and redistribute at will.
- * ----------------------------------------------------------------------------
- * Type-generic math
- * --------------------------------------------------------------------------*/
-
-#ifndef _TGMATH_H
-#define _TGMATH_H _TGMATH_H
-
-/* Generics, despite necessary for implementing tgmath.h, are not part of the
- * C language proper; it is - to my knowledge - not possible to implement this
- * header in any implementation-independent way.
- */
-
-#endif /* _TGMATH_H */