X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Ferrno.h;h=b4c123d24684a3bb0abecfb1ffc06757635bacea;hb=56bacb39160e13397fde32a36329461f3ae56ec1;hp=2795fdf6c727128b247a0c742471e23a0f228ff6;hpb=393020b6e48719d27699dea6b29e53025bbd5123;p=pdclib diff --git a/includes/errno.h b/includes/errno.h index 2795fdf..b4c123d 100644 --- a/includes/errno.h +++ b/includes/errno.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* Errors This file is part of the Public Domain C Library (PDCLib). @@ -9,10 +7,7 @@ #ifndef _PDCLIB_ERRNO_H #define _PDCLIB_ERRNO_H _PDCLIB_ERRNO_H -#ifndef _PDCLIB_INT_H -#define _PDCLIB_INT_H _PDCLIB_INT_H #include <_PDCLIB_int.h> -#endif #define errno (*_PDCLIB_errno_func())