udbParseLib.awk: comment out some uneeded commands that cause warnings now
This commit is contained in:
parent
225522cc6b
commit
007b6fa023
|
|
@ -350,9 +350,10 @@ function tokenize() {
|
|||
# allow escaping of significant syntax characters
|
||||
#
|
||||
gsub("[\\][{]","{")
|
||||
gsub("\\:",":")
|
||||
gsub("\\;",";")
|
||||
gsub("\\=","=")
|
||||
# These cause warnings in newer nawk, and aren't really necessary.
|
||||
# gsub("\\:",":")
|
||||
# gsub("\\;",";")
|
||||
# gsub("\=","=")
|
||||
gsub("[\\][}]","}")
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue