-m declare local "a" variable in make_sym_lcc.awk/endfile()

This commit is contained in:
Stefan Frederik 2021-05-29 09:46:59 +02:00
parent bda3d9d426
commit a1077329d8
1 changed files with 2 additions and 2 deletions

4
src/make_sym_lcc.awk Normal file → Executable file
View File

@ -245,7 +245,7 @@ function get_end_line()
}
}
function endfile(f) {
function endfile(f, a) {
n=ip;if(op>n) n=op
if(n==0) n=1
@ -378,4 +378,4 @@ function get_text_y(str, x, y, box_minx, box_maxx, box_miny, box_maxy)
return(y-lwidth-textdist)
}
return(y-lab_voffset)
}
}