X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Flimits.h;h=e949b2f5b028fd7da924a4ce89398979c3e87078;hb=642e624903e01e2e3809f85f65cfb22e967e122c;hp=5eeaf1017a8ca878565eac1a1f7cb1becb75180d;hpb=b08f4b52b1cd1f7a9553c0f357a7c90859fa3e73;p=pdclib diff --git a/includes/limits.h b/includes/limits.h index 5eeaf10..e949b2f 100644 --- a/includes/limits.h +++ b/includes/limits.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.10 Sizes of integer types +/* Sizes of integer types 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_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 +#include "_PDCLIB_int.h" /* TODO: Defined to 1 as multibyte characters are not supported yet. */ #define MB_LEN_MAX 1 @@ -38,4 +33,3 @@ #define ULONG_MAX _PDCLIB_ULONG_MAX #endif -