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