Fix protect/endprotect
This patch makes stable match the development branch. `protect/`endprotect are not required to be on their own line.
This commit is contained in:
parent
23d56d8198
commit
304a63d8e3
|
|
@ -281,10 +281,10 @@ W [ \t\b\f\r]+
|
|||
^{W}?`disable_portfaults{W}?.* { }
|
||||
^{W}?`enable_portfaults{W}?.* { }
|
||||
^{W}?`endcelldefine{W}?.* { }
|
||||
^{W}?`endprotect{W}?.* { }
|
||||
`endprotect { }
|
||||
^{W}?`nosuppress_faults{W}?.* { }
|
||||
^{W}?`nounconnected_drive{W}?.* { }
|
||||
^{W}?`protect{W}?.* { }
|
||||
`protect { }
|
||||
^{W}?`resetall{W}?.* { }
|
||||
^{W}?`suppress_faults{W}?.* { }
|
||||
^{W}?`unconnected_drive{W}?.* { }
|
||||
|
|
|
|||
Loading…
Reference in New Issue