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:
Cary R 2007-12-28 15:27:31 -08:00 committed by Stephen Williams
parent 23d56d8198
commit 304a63d8e3
1 changed files with 2 additions and 2 deletions

View File

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