]> pd.if.org Git - pdclib/blobdiff - functions/stdio/fopen.c
Temporary integration of _PDCLIB_print(), broken.
[pdclib] / functions / stdio / fopen.c
index 4d249efc1bc6948204dee36719453b006e8188fb..244549c7e8d344e74b81e57f10f836b128b8facc 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* fopen( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -14,7 +12,7 @@
 #ifndef REGTEST
 #include <_PDCLIB_glue.h>
 
-static const FILE * _PDCLIB_filelist = NULL;
+static FILE * _PDCLIB_filelist = NULL;
 
 static int filemode( char const * const mode )
 {