]> pd.if.org Git - pdclib/blobdiff - platform/win32/functions/_PDCLIB/_PDCLIB_allocpages.c
Cosmetic comment fixes.
[pdclib] / platform / win32 / functions / _PDCLIB / _PDCLIB_allocpages.c
index 1e33c7e0e87c61a73d840c4dde73dbc76a97617a..e3c2a792478c09b92642b6f002b82b71bf50f71a 100644 (file)
@@ -1,12 +1,9 @@
-/* _PDCLIB_allocpages( int const )
+/* _PDCLIB_allocpages( size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-/* This is a stub implementation of _PDCLIB_allocpages
-*/
-
 #ifndef REGTEST
 #include <stdint.h>
 #include <stddef.h>