]> pd.if.org Git - pdclib/blobdiff - includes/errno.h
Removed the header include guard 'optimization'.
[pdclib] / includes / errno.h
index 2795fdf6c727128b247a0c742471e23a0f228ff6..fb813eec46a638a99d6f5c02b375b2cf2409de66 100644 (file)
@@ -1,6 +1,6 @@
 /* $Id$ */
 
-/* Errors <errno.h>
+/* 7.5 Errors <errno.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
@@ -9,10 +9,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())