summaryrefslogtreecommitdiff
path: root/dev-lang/uasm/files/151.patch
blob: 1b0befb4ab522d61d83c07b9fc9fb24845939948 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From c090c3472677bd57bbfc27e74ebf05fdc5116320 Mon Sep 17 00:00:00 2001
From: Dan <justdan96@gmail.com>
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. */