mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
75b430129c
- Fix build on clang - Add MAKE_JOBS_UNSAFE - Add LICENSE - Add DOCS option - Bump PORTREVISION - Pet portlint PR: 191049 Submitted by: k@stereochro.me Reviewed by: cpm@fbsd.es, joemann@beefree.free.de, marino, riggs Final patch by: cpm@fbsd.es, riggs MFH: 2014Q3
12 lines
311 B
Plaintext
12 lines
311 B
Plaintext
--- ./src/Mixfix/modules.yy.orig 2014-09-03 02:57:44.000000000 +0200
|
|
+++ ./src/Mixfix/modules.yy 2014-09-03 02:58:03.000000000 +0200
|
|
@@ -247,7 +247,7 @@
|
|
// press on.
|
|
//
|
|
opDescription = lexerBubble;
|
|
- lexBubble(END_STATEMENT, 1)
|
|
+ lexBubble(END_STATEMENT, 1);
|
|
}
|
|
endBubble
|
|
{
|