about summary refs log tree commit diff stats
path: root/apps/dquotes
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-09-04 16:57:57 -0700
committerKartik Agaram <vc@akkartik.com>2019-09-04 16:57:57 -0700
commit3a8c4df29f631185248e2e0dc5ecce48054c959a (patch)
tree63658e0f023f50e0d88dc8667f1b869480a77e20 /apps/dquotes
parent007b5c7faa3737242ae9fd99c9e8657350ffca08 (diff)
downloadmu-3a8c4df29f631185248e2e0dc5ecce48054c959a.tar.gz
5615 - long strings in self-hosted translator
My SubX translator phases assume lines are never longer than 512 bytes.
However, dquotes.subx was generating lines longer than that by blowing
up string literals by 4-5x.
Diffstat (limited to 'apps/dquotes')
-rwxr-xr-xapps/dquotesbin44162 -> 44204 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/apps/dquotes b/apps/dquotes
index 571f6794..86b2aaa0 100755
--- a/apps/dquotes
+++ b/apps/dquotes
Binary files differ