From c090c3472677bd57bbfc27e74ebf05fdc5116320 Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 10 Jun 2021 11:04:19 +0100 Subject: [PATCH] fix types.h guard Typo in the types.h define guard --- H/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/H/types.h b/H/types.h index 7db8cc10..f7b076b8 100644 --- a/H/types.h +++ b/H/types.h @@ -1,7 +1,7 @@ /* prototypes of TYPES.C */ -#ifndef _TYPES_H_INCLUDED +#ifndef _TYPES_H_INCLUDED_ #define _TYPES_H_INCLUDED_ /* qualified_type us used for parsing a qualified type. */