diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2018-12-12 05:30:24 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2018-12-12 05:30:24 +0000 |
commit | c07192f844e09d8cec10ab5cfe34f515661d939c (patch) | |
tree | c45d274c9945901441ac676b35c28bf4ef48db6d /lang/maude/files/patch-src__Mixfix__commands.yy | |
parent | net-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.yy | 17 |
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)) |