You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by jf...@apache.org on 2019/07/30 09:18:36 UTC

[plc4x] branch develop updated: Fixed mspec comment problem with ASF header.

This is an automated email from the ASF dual-hosted git repository.

jfeinauer pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 34fed62  Fixed mspec comment problem with ASF header.
34fed62 is described below

commit 34fed6221c234359542bb8668b7852ce61e2261e
Author: julian <j....@pragmaticminds.de>
AuthorDate: Tue Jul 30 11:16:55 2019 +0200

    Fixed mspec comment problem with ASF header.
---
 .../org/apache/plc4x/plugins/codegenerator/language/mspec/MSpec.g4    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-utils/protocol-base-mspec/src/main/antlr4/org/apache/plc4x/plugins/codegenerator/language/mspec/MSpec.g4 b/build-utils/protocol-base-mspec/src/main/antlr4/org/apache/plc4x/plugins/codegenerator/language/mspec/MSpec.g4
index 6f2ed24..80ed428 100644
--- a/build-utils/protocol-base-mspec/src/main/antlr4/org/apache/plc4x/plugins/codegenerator/language/mspec/MSpec.g4
+++ b/build-utils/protocol-base-mspec/src/main/antlr4/org/apache/plc4x/plugins/codegenerator/language/mspec/MSpec.g4
@@ -125,8 +125,8 @@ innerExpression
  ;
 
 COMMENT
- : K_COMMENT [a-zA-Z0-9,.'":()/ \t\r\n\u000C-]*
- | '//' [a-zA-Z0-9,.'":()/ \t-]*
+ : K_COMMENT [a-zA-Z0-9,.'":;()/ \t\r\n\u000C-]*
+ | '//' [a-zA-Z0-9,.'":;()/ \t-]*
  ;
 
 INTEGER_LITERAL