summaryrefslogtreecommitdiff
path: root/web/spiderweb/patches/008
blob: d0e0615e3aa848bf5fc0294e2bc40e8768fdc1f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
*** c/c.spider.old	Wed Nov 29 22:48:59 1989
--- c/c.spider	Wed Nov 29 21:55:48 1989
***************
*** 18,28 ****
  
  token + category unorbinop
  token - category unorbinop
! token * category unorbinop translation <"{*}">
  token / category dot
  token < category less translation <>
  token > category greater translation <>
  token = category equals translation <"\\leftarrow"> tangleto <"="-space>
  token . category dot
  token ~ category unop translation <"\\TI">
  token & category unorbinop translation <"\\amp">
--- 18,30 ----
  
  token + category unorbinop
  token - category unorbinop
! token * category unorbinop translation <"{*}"> tangleto <space-"*">
! #					avoid inadvertant /*
  token / category dot
  token < category less translation <>
  token > category greater translation <>
  token = category equals translation <"\\leftarrow"> tangleto <"="-space>
+ #					avoid inadvertant =-
  token . category dot
  token ~ category unop translation <"\\TI">
  token & category unorbinop translation <"\\amp">