]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/prepread.c
Comment cleanups.
[pdclib] / functions / _PDCLIB / prepread.c
index 9111ff49b9eaf0a7309d932acd216aecc2e781a3..91bcdf4153d3b1467a0630de41ca0223b0752ab3 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_prepread( struct _PDCLIB_file_t * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -8,7 +6,6 @@
 
 #include <stdio.h>
 
-#define _PDCLIB_GLUE_H _PDCLIB_GLUE_H
 #include <_PDCLIB_glue.h>
 
 int _PDCLIB_prepread( struct _PDCLIB_file_t * stream )