rc spell: Avoid C-style comments in awk
This commit is contained in:
parent
3c265acd6c
commit
94cdd3f9e3
|
@ -46,11 +46,11 @@ define-command -params ..1 -docstring %{
|
||||||
|
|
||||||
{
|
{
|
||||||
if (/^@\(#\)/) {
|
if (/^@\(#\)/) {
|
||||||
/* drop the identification message */
|
# drop the identification message
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (/^\*/) {
|
else if (/^\*/) {
|
||||||
/* nothing */
|
# nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (/^$/) {
|
else if (/^$/) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user