]> pd.if.org Git - pdclib/blobdiff - includes/ctype.h
Comment cleanups.
[pdclib] / includes / ctype.h
index ae951460b042dee3f8f872c2052b7654967f4753..061e3575ada8f9e7cb7db5189603deab54993d32 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.4 Character handling <ctype.h>
+/* Character handling <ctype.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
@@ -9,10 +7,7 @@
 #ifndef _PDCLIB_CTYPE_H
 #define _PDCLIB_CTYPE_H _PDCLIB_CTYPE_H
 
-#ifndef _PDCLIB_INT_H
-#define _PDCLIB_INT_H _PDCLIB_INT_H
 #include <_PDCLIB_int.h>
-#endif
 
 /* Character classification functions */