X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Ftgmath.h;fp=includes%2Ftgmath.h;h=0000000000000000000000000000000000000000;hb=037d49a62448bcf80cce678470e2f2fef819d6c5;hp=df1d2b8d22d836cf3a9e3e7d4c859019d5f9579e;hpb=94cec7268060142c361c882c0a54d4b0052a591c;p=pdclib.old 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 */