X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Flimits.h;h=378fec6b5d64c4704b2b77904d8d8ed009290601;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=0631bf045c1cdd010f952f4f9c4617e4a751721a;hpb=4c805021b487dff9bfc6341c998ba99636416ae7;p=pdclib diff --git a/includes/limits.h b/includes/limits.h index 0631bf0..378fec6 100644 --- a/includes/limits.h +++ b/includes/limits.h @@ -1,8 +1,4 @@ -/* $Id$ */ - -/* Release $Name$ */ - -/* 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. @@ -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 +#include "_PDCLIB_int.h" /* TODO: Defined to 1 as multibyte characters are not supported yet. */ #define MB_LEN_MAX 1