summaryrefslogtreecommitdiff
path: root/web/spiderweb/patches/001
blob: 02a21aedd890638ce5adb26392e2b9d80a10a058 (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
30
31
32
*** WebMakefile~	Thu Apr  6 19:53:39 1989
--- WebMakefile	Sat Apr  8 12:32:06 1989
***************
*** 134,139 ****
--- 134,140 ----
  boot:
  	cd ../master; rm -f *.o; for i in $(COMMONC); do \
  		cc $(CFLAGS) -c $$i; \
+ 		mv *.o $(OBDIR) ; \
  	done; cd ../c
  	cc $(CFLAGS) -c $(TANGLESRC).c; \
  	cc $(CFLAGS) -o $(DEST)/$(THETANGLE) $(COMMONOBJS) $(TANGLESRC).o
*** spider.web~	Thu Apr  6 13:57:13 1989
--- spider.web	Sat Apr  8 12:49:58 1989
***************
*** 1133,1139 ****
  		if (tempfile==ttokfile) { ## output to \.{TANGLE}
  		    #<If |t| is |"string"|, |"constant"|, or |"identifier"|, 
  			   just |continue|#> ## already defined in \.{TANGLE}
! 			temp = temp + #'37 - highesttoken ## hackety hack!
  			}
  		printf "@d %s = %s\n", tokenname[t], temp > tempfile
  		}
--- 1133,1140 ----
  		if (tempfile==ttokfile) { ## output to \.{TANGLE}
  		    #<If |t| is |"string"|, |"constant"|, or |"identifier"|, 
  			   just |continue|#> ## already defined in \.{TANGLE}
! 			temp = temp + #'37 + 3 - highesttoken ## hackety hack!
! 			      ## +3 because three highest are already defined!
  			}
  		printf "@d %s = %s\n", tokenname[t], temp > tempfile
  		}