mirror of
https://github.com/NishiOwO/JWasm.git
synced 2025-04-21 08:44:38 +00:00
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:
parent
077dd6e74a
commit
ad7507fd7f
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user