Initial revision
[ssr] / StraySrc / Libraries / BAS / src / scripts / preproc
1 #
2 # preproc
3 #
4 # Preprocessing the BAS basic library
5 #
6 # © 1994-1998 Straylight
7 #
8
9 # first of all, delete lines marked for stripping
10
11 /\[del]/,/\[edel]/ d
12 /\[dl]/d
13
14 # replace long global variable names by short versions
15
16 /bas_workspace/s//bas_a/g
17 /bas_scratch/s//bas_b/g
18 /bas_code/s//bas_c/g
19 /bas_asmCode/s//bas_d/g
20 /bas_R/s//bas_e/g
21 /bas_fileName/s//bas_f/g
22 /bas_call/s//bas_g/g
23 /bas_port/s//bas_h/g
24 /bas_litStart/s//bas_i/g
25 /bas_savedOpt/s//bas_j/g