summaryrefslogtreecommitdiff
path: root/dev-lang/uasm/files/151.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/uasm/files/151.patch')
-rw-r--r--dev-lang/uasm/files/151.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-lang/uasm/files/151.patch b/dev-lang/uasm/files/151.patch
new file mode 100644
index 0000000..1b0befb
--- /dev/null
+++ b/dev-lang/uasm/files/151.patch
@@ -0,0 +1,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. */