X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fexample_cygwin%2Ffunctions%2F_PDCLIB%2Fallocpages.c;h=9ddca173121c8a53baa623df813d3cbab75536d8;hp=5998c405abe880a789b08de4c25599f10a7f7b8a;hb=9f87d9e27e74d9e06e0c93114ffd70a45ee152fa;hpb=912688cd6675234e7dd744cd6971a0d7c1591910 diff --git a/platform/example_cygwin/functions/_PDCLIB/allocpages.c b/platform/example_cygwin/functions/_PDCLIB/allocpages.c index 5998c40..9ddca17 100644 --- a/platform/example_cygwin/functions/_PDCLIB/allocpages.c +++ b/platform/example_cygwin/functions/_PDCLIB/allocpages.c @@ -15,10 +15,7 @@ void * sbrk( intptr_t ); -#ifndef _PDCLIB_GLUE_H -#define _PDCLIB_GLUE_H _PDCLIB_GLUE_H #include <_PDCLIB_glue.h> -#endif static void * membreak = NULL;