diff options
| author | Michael Forney <mforney@mforney.org> | 2019-04-19 17:03:12 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-04-23 21:37:12 -0700 |
| commit | 07f9cd51870ace7de86f5d42ed7e17678185ca4b (patch) | |
| tree | bddad1f5911fd6432afc0a45a34b0fbd0dff9a3c /pkg/qbe/patch/0001-Increase-maximum-string-length.patch | |
| parent | b5aec6c94a59027ea5f897b0f4fc4181d423d2e8 (diff) | |
qbe: Update to latest git
Diffstat (limited to 'pkg/qbe/patch/0001-Increase-maximum-string-length.patch')
| -rw-r--r-- | pkg/qbe/patch/0001-Increase-maximum-string-length.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/pkg/qbe/patch/0001-Increase-maximum-string-length.patch b/pkg/qbe/patch/0001-Increase-maximum-string-length.patch deleted file mode 100644 index 563e6210..00000000 --- a/pkg/qbe/patch/0001-Increase-maximum-string-length.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 9a5f78919d8d37684d653a8ef1da47a8bfd556a9 Mon Sep 17 00:00:00 2001 -From: Michael Forney <mforney@mforney.org> -Date: Thu, 31 Jan 2019 18:00:24 -0800 -Subject: [PATCH] Increase maximum string length - -The C standard requires that implementations support internal identifiers -at least 63 characters long, so QBE should allow for identifiers at -least that long. ---- - all.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/all.h b/all.h -index 24a1755..1364024 100644 ---- a/all.h -+++ b/all.h -@@ -31,7 +31,7 @@ typedef struct Dat Dat; - typedef struct Target Target; - - enum { -- NString = 32, -+ NString = 64, - NPred = 63, - NIns = 1 << 20, - NAlign = 3, --- -2.20.1 - |
