Fix spelling of `pragma in scanner.

This does prove nobody is using it :-)
This commit is contained in:
Martin Whitaker 2022-12-21 12:07:24 +00:00
parent 7914f8ad9d
commit 32f66511e0
1 changed files with 1 additions and 1 deletions

View File

@ -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}?.* { }