X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Ftgmath.h;fp=includes%2Ftgmath.h;h=0000000000000000000000000000000000000000;hb=b8621b671ffce31002c06f707658f848dd0c0d2a;hp=df1d2b8d22d836cf3a9e3e7d4c859019d5f9579e;hpb=a1f747e81dad0bb9897cb11c652403bb7bbf084c;p=pdclib diff --git a/includes/tgmath.h b/includes/tgmath.h deleted file mode 100644 index df1d2b8..0000000 --- a/includes/tgmath.h +++ /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 */