Fix spelling of `pragma in scanner.
This does prove nobody is using it :-)
This commit is contained in:
parent
7914f8ad9d
commit
32f66511e0
|
|
@ -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}?.* { }
|
||||
|
|
|
|||
Loading…
Reference in New Issue