]> pd.if.org Git - pdclib/blobdiff - platform/example_cygwin/functions/_PDCLIB/allocpages.c
Comment cleanups.
[pdclib] / platform / example_cygwin / functions / _PDCLIB / allocpages.c
index 5998c405abe880a789b08de4c25599f10a7f7b8a..cf939712799f11f928759b67b5438e5fae03d9b8 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_allocpages( int const )
 
    This file is part of the Public Domain C Library (PDCLib).
 
 void * sbrk( intptr_t );
 
-#ifndef _PDCLIB_GLUE_H
-#define _PDCLIB_GLUE_H _PDCLIB_GLUE_H
 #include <_PDCLIB_glue.h>
-#endif
 
 static void * membreak = NULL;