]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/allocpages.c
Removed the header include guard 'optimization'.
[pdclib] / platform / example / functions / _PDCLIB / allocpages.c
index 55dd9d82a9e767d1f11701a1216df904b6e97e26..1463895c74ea1b6ea7932d46be825106ef32b0cf 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* _PDCLIB_allocpages( int const )
 
    This file is part of the Public Domain C Library (PDCLib).
 int brk( void * );
 void * sbrk( intptr_t );
 
-#ifndef _PDCLIB_GLUE_H
-#define _PDCLIB_GLUE_H _PDCLIB_GLUE_H
 #include <_PDCLIB_glue.h>
-#endif
 
 static void * membreak = NULL;