summaryrefslogtreecommitdiff
path: root/pkg/scc/patch/0002-cc1-Add-missing-icode-declaration.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-02-17 18:59:52 -0800
committerMichael Forney <mforney@mforney.org>2017-02-17 19:13:23 -0800
commitfa9128534be0cb889a76265eb467cfd1fa05619b (patch)
treeb587a2526c4bef6a8313695391c2e6147b1ccefd /pkg/scc/patch/0002-cc1-Add-missing-icode-declaration.patch
parent08a7e6fb237e563c3bcddfa97bbba1f42a017086 (diff)
scc: Update to latest git
Diffstat (limited to 'pkg/scc/patch/0002-cc1-Add-missing-icode-declaration.patch')
-rw-r--r--pkg/scc/patch/0002-cc1-Add-missing-icode-declaration.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/pkg/scc/patch/0002-cc1-Add-missing-icode-declaration.patch b/pkg/scc/patch/0002-cc1-Add-missing-icode-declaration.patch
deleted file mode 100644
index 78d250f1..00000000
--- a/pkg/scc/patch/0002-cc1-Add-missing-icode-declaration.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From eca0568e51f6c14648a9ca0e0cba4897d961e644 Mon Sep 17 00:00:00 2001
-From: Michael Forney <mforney@mforney.org>
-Date: Thu, 9 Feb 2017 13:03:30 -0800
-Subject: [PATCH] [cc1] Add missing icode declaration
-
----
- cc1/cc1.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/cc1/cc1.h b/cc1/cc1.h
-index 705e0b9..06484fc 100644
---- a/cc1/cc1.h
-+++ b/cc1/cc1.h
-@@ -410,6 +410,7 @@ extern int setloc(char *fname, unsigned line);
- #define accept(t) ((yytoken == (t)) ? next() : 0)
-
- /* code.c */
-+extern void icode(void);
- extern void prtree(Node *np);
- extern void emit(unsigned, void *);
- extern Node *node(unsigned op, Type *tp, Node *left, Node *rigth);
---
-2.11.1
-