mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Helper scripts: minor simplification
This commit is contained in:
@@ -89,7 +89,7 @@ FNR > 1 {
|
||||
{ indem_m = "Idempotent. " }
|
||||
else
|
||||
{ indem_m = "Not idempotent." }
|
||||
idx_str = gensub(/[^0-9A-Za-z]+/, " ", "g", reference_m)
|
||||
idx_str = reference_m
|
||||
main_methods[idx_str] = sprintf ("%s\n", "/* " safe_m " " indem_m " " reference_m ". */")
|
||||
mthd_tkn = gensub(/\*/, "ASTERISK", "g", mthd_m)
|
||||
gsub(/[^a-zA-Z0-9_]/, "_", mthd_tkn)
|
||||
|
||||
Reference in New Issue
Block a user