]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/allocpages.c
Comment cleanups.
[pdclib] / platform / example / functions / _PDCLIB / allocpages.c
index 435e8c64b8840fa7c429f2faadaf9d81caca3d8a..f5a3609b244184f79c4ae549b40a76e33ab4d69e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _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;