X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2Fremove.c;h=970db6add911607e9a430d3d5a87cc1a5c31807d;hb=0c42e3886379f3a1f869b0d09f53d4b41073973f;hp=403fcda875ec7cb83c889b2438e292a5e88389ba;hpb=d02f38605b53cdff5460cc6b9e1b2a80c3a2ba4c;p=pdclib diff --git a/platform/example/functions/_PDCLIB/remove.c b/platform/example/functions/_PDCLIB/remove.c index 403fcda..970db6a 100644 --- a/platform/example/functions/_PDCLIB/remove.c +++ b/platform/example/functions/_PDCLIB/remove.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* _PDCLIB_remove( const char * ) This file is part of the Public Domain C Library (PDCLib). @@ -35,6 +33,8 @@ int _PDCLIB_remove( const char * filename ) #endif #ifdef TEST +/* TODO: Work around the following undef */ +#undef SEEK_SET #include <_PDCLIB_test.h> int main( void )