X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstdbool_.h;h=150a0102e1de452e33a65da2f3771d202e7f010b;hb=2e7980e7a83a290bfaf0638bd95a9cbfeec0f67d;hp=8525f0fe872923ac5454b26926634c538196c51f;hpb=056ab1c6925dbf121bcdeb4cd5771c05ac6094f6;p=gnulib.git diff --git a/lib/stdbool_.h b/lib/stdbool_.h index 8525f0fe8..150a0102e 100644 --- a/lib/stdbool_.h +++ b/lib/stdbool_.h @@ -15,8 +15,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _STDBOOL_H -#define _STDBOOL_H +#ifndef _GL_STDBOOL_H +#define _GL_STDBOOL_H /* ISO C 99 for platforms that lack it. */ @@ -115,4 +115,4 @@ typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; #define true 1 #define __bool_true_false_are_defined 1 -#endif /* _STDBOOL_H */ +#endif /* _GL_STDBOOL_H */