From c07192f844e09d8cec10ab5cfe34f515661d939c Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Wed, 12 Dec 2018 05:30:24 +0000 Subject: - 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 --- lang/maude/files/patch-src__Mixfix__commands.yy | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 lang/maude/files/patch-src__Mixfix__commands.yy (limited to 'lang/maude/files/patch-src__Mixfix__commands.yy') 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)) -- cgit v1.2.3