]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/allocpages.c
Removed SVN keyword tags.
[pdclib] / platform / example / functions / _PDCLIB / allocpages.c
index aa997f67338237a15ef37f2ebe3f6020e65ec24c..922c8be03deaced08cbf913dea95df7cbd9bb81d 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_allocpages( int const )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -14,8 +12,6 @@
 #include <_PDCLIB_glue.h>
 #include <errno.h>
 
-static void * membreak = NULL;
-
 void * _PDCLIB_allocpages( size_t n )
 {
     errno = ENOTSUP;