]> pd.if.org Git - pdclib/blobdiff - includes/limits.h
Comment cleanups.
[pdclib] / includes / limits.h
index 0631bf045c1cdd010f952f4f9c4617e4a751721a..3c57bbb1ddcbaa536892829870754fa51a287d01 100644 (file)
@@ -1,8 +1,4 @@
-/* $Id$ */
-
-/* Release $Name$ */
-
-/* 7.10 Sizes of integer types <limits.h>
+/* Sizes of integer types <limits.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
@@ -11,10 +7,7 @@
 #ifndef _PDCLIB_LIMITS_H
 #define _PDCLIB_LIMITS_H _PDCLIB_LIMITS_H
 
-#ifndef _PDCLIB_INT_H
-#define _PDCLIB_INT_H _PDCLIB_INT_H
 #include <_PDCLIB_int.h>
-#endif
 
 /* TODO: Defined to 1 as multibyte characters are not supported yet. */
 #define MB_LEN_MAX 1