9380925b08
Added BACKWARDS directive to Makefile for compatibility. Completely changed the name space as per FSF's request. Fixed a line-addressing bug introduced by previous `fix', i.e., space preceding a digit acts a plus (+) operator, as in `1 1' == `2', and a plus operator by itself acts as +1, but a space by itself should not equal a plus operator, i.e., `1 ' != `1+' == `2'.
10 lines
58 B
Makefile
10 lines
58 B
Makefile
line 1
|
|
line 2
|
|
line 3
|
|
line 4
|
|
line5
|
|
1ine6
|
|
line7
|
|
line8
|
|
line9
|