From 0332e0b5ca2fee47449fe7f7bf89a08ebaa3ea5b Mon Sep 17 00:00:00 2001 From: Nathan R Date: Thu, 5 Aug 2021 15:54:17 +0200 Subject: [PATCH] typo --- ccmeta.leg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccmeta.leg b/ccmeta.leg index c8b061a..16d3347 100644 --- a/ccmeta.leg +++ b/ccmeta.leg @@ -1400,7 +1400,7 @@ declaration = @{ C_declarationBegin() } @{ C_declarationEnd() } | &{ C_declarationAbort() } - ) + ) declarationSpecifiers = @{ int specified= 0 } { listBegin() } ( s:storageClassSpecifier { listAppend(s) }