X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;ds=sidebyside;f=includes%2F__tm.h;fp=includes%2F__tm.h;h=0000000000000000000000000000000000000000;hb=c8f799d852e3698468a78954d82588e841cc0b70;hp=7b6aaaaa061f49b7597f955777e60b7d9b5fe6ca;hpb=5e125f38b2aba7d706a9143727e2ef72d58391dc;p=pdclib.old diff --git a/includes/__tm.h b/includes/__tm.h deleted file mode 100644 index 7b6aaaa..0000000 --- a/includes/__tm.h +++ /dev/null @@ -1,15 +0,0 @@ -// ---------------------------------------------------------------------------- -// $Id$ -// ---------------------------------------------------------------------------- -// Public Domain C Library - http://pdclib.sourceforge.net -// This code is Public Domain. Use, modify, and redistribute at will. -// ---------------------------------------------------------------------------- -// struct tm definition shared by time.h and wchar.h -// ---------------------------------------------------------------------------- - -#ifndef __TM_H -#define __TM_H __TM_H - -struct tm; // TODO - personality? - -#endif // __TM_H