From 64f04b8c40199eb592343d671cfc8e767b138d5d Mon Sep 17 00:00:00 2001 From: Christian Rinderknecht Date: Wed, 18 Dec 2019 16:53:32 +0100 Subject: [PATCH] Fixed a tag file (local build of PascaLIGO with my Makefile). --- src/passes/1-parser/pascaligo/.Parser.mly.tag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/passes/1-parser/pascaligo/.Parser.mly.tag b/src/passes/1-parser/pascaligo/.Parser.mly.tag index 9f81cf45b..37b0cae8c 100644 --- a/src/passes/1-parser/pascaligo/.Parser.mly.tag +++ b/src/passes/1-parser/pascaligo/.Parser.mly.tag @@ -1 +1 @@ ---table --strict --explain --external-tokens LexToken --base Parser \ No newline at end of file +--table --strict --explain --external-tokens LexToken --base Parser ParToken.mly