X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Flimits.h;h=e949b2f5b028fd7da924a4ce89398979c3e87078;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=7aa7c424052b99ab3f0c62b95cf6825a29ac78c4;hpb=9f87d9e27e74d9e06e0c93114ffd70a45ee152fa;p=pdclib diff --git a/includes/limits.h b/includes/limits.h index 7aa7c42..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,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 -