From 32f66511e032bc9a2a5bfdbd635cf507bea291fd Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Wed, 21 Dec 2022 12:07:24 +0000 Subject: [PATCH] Fix spelling of `pragma in scanner. This does prove nobody is using it :-) --- lexor.lex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lexor.lex b/lexor.lex index 972bb42b3..32ea92d35 100644 --- a/lexor.lex +++ b/lexor.lex @@ -693,7 +693,7 @@ TU [munpf] /* These are directives that I do not yet support. I think that IVL should handle these, not an external preprocessor. */ /* From 1364-2005 Chapter 19. */ -^{W}?`pragme{W}?.* { } +^{W}?`pragma{W}?.* { } /* From 1364-2005 Annex D. */ ^{W}?`default_decay_time{W}?.* { }