summaryrefslogtreecommitdiff
path: root/lang/maude/files/patch-src__Mixfix__commands.yy
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2018-12-12 05:30:24 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2018-12-12 05:30:24 +0000
commitc07192f844e09d8cec10ab5cfe34f515661d939c (patch)
treec45d274c9945901441ac676b35c28bf4ef48db6d /lang/maude/files/patch-src__Mixfix__commands.yy
parentnet-im/py-slackclient: Update to 1.3.0 [1] (diff)
- Update to 2.7.1
- Add CVC4 support option and enabled by default - Unbreak on aarch64, sbrk is not used anymore - Remove build date to make the build reproducible - Pass maintainership to submitter - Pet `portlint -abct` PR: 231443 Submitted by: Greg V <greg@unrelenting.technology>
Diffstat (limited to '')
-rw-r--r--lang/maude/files/patch-src__Mixfix__commands.yy17
1 files changed, 0 insertions, 17 deletions
diff --git a/lang/maude/files/patch-src__Mixfix__commands.yy b/lang/maude/files/patch-src__Mixfix__commands.yy
deleted file mode 100644
index c5ee2ba8312b..000000000000
--- a/lang/maude/files/patch-src__Mixfix__commands.yy
+++ /dev/null
@@ -1,17 +0,0 @@
---- ./src/Mixfix/commands.yy.orig 2014-09-03 02:51:54.000000000 +0200
-+++ ./src/Mixfix/commands.yy 2014-09-03 02:53:05.000000000 +0200
-@@ -23,12 +23,12 @@
- /*
- * Commands.
- */
--command : KW_SELECT { lexBubble(END_COMMAND, 1) }
-+command : KW_SELECT { lexBubble(END_COMMAND, 1); }
- endBubble
- {
- interpreter.setCurrentModule(lexerBubble);
- }
-- | KW_DUMP { lexBubble(END_COMMAND, 1) }
-+ | KW_DUMP { lexBubble(END_COMMAND, 1); }
- endBubble
- {
- if (interpreter.setCurrentModule(lexerBubble))