]> pd.if.org Git - pdclib/blobdiff - includes/limits.h
Whitespace cleanups.
[pdclib] / includes / limits.h
index 7aa7c424052b99ab3f0c62b95cf6825a29ac78c4..e949b2f5b028fd7da924a4ce89398979c3e87078 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 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.
@@ -9,7 +7,7 @@
 #ifndef _PDCLIB_LIMITS_H
 #define _PDCLIB_LIMITS_H _PDCLIB_LIMITS_H
 
-#include <_PDCLIB_int.h>
+#include "_PDCLIB_int.h"
 
 /* TODO: Defined to 1 as multibyte characters are not supported yet. */
 #define MB_LEN_MAX 1
@@ -35,4 +33,3 @@
 #define ULONG_MAX  _PDCLIB_ULONG_MAX
 
 #endif
-