#
# preproc
#
# Preprocessing the BAS basic library
#
#  1994-1998 Straylight
#

# first of all, delete lines marked for stripping

/\[del]/,/\[edel]/ d
/\[dl]/d

# replace long global variable names by short versions

/bas_workspace/s//bas_a/g
/bas_scratch/s//bas_b/g
/bas_code/s//bas_c/g
/bas_asmCode/s//bas_d/g
/bas_R/s//bas_e/g
/bas_fileName/s//bas_f/g
/bas_call/s//bas_g/g
/bas_port/s//bas_h/g
/bas_litStart/s//bas_i/g
/bas_savedOpt/s//bas_j/g
