From ad7507fd7f76c8636465cf0b51a985d34e5fdf1f Mon Sep 17 00:00:00 2001 From: "Ilya V. Matveychikov" Date: Thu, 30 Jul 2015 18:38:24 +0300 Subject: [PATCH] Fix nice typo found by clang compiler H/types.h:4:9: warning: '_TYPES_H_INCLUDED' is used as a header guard here, followed by #define of a different macro [-Wheader-guard] --- H/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/H/types.h b/H/types.h index 5ba402d..c960bbe 100644 --- a/H/types.h +++ b/H/types.h @@ -2,7 +2,7 @@ /* prototypes of TYPES.C */ #ifndef _TYPES_H_INCLUDED -#define _TYPES_H_INCLUDED_ +#define _TYPES_H_INCLUDED /* qualified_type us used for parsing a qualified type. */ struct qualified_type {