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]
This commit is contained in:
Ilya V. Matveychikov 2015-07-30 18:38:24 +03:00
parent 077dd6e74a
commit ad7507fd7f

View File

@ -2,7 +2,7 @@
/* prototypes of TYPES.C */ /* prototypes of TYPES.C */
#ifndef _TYPES_H_INCLUDED #ifndef _TYPES_H_INCLUDED
#define _TYPES_H_INCLUDED_ #define _TYPES_H_INCLUDED
/* qualified_type us used for parsing a qualified type. */ /* qualified_type us used for parsing a qualified type. */
struct qualified_type { struct qualified_type {