summaryrefslogtreecommitdiff
path: root/web/spiderweb/src/big-web.ch
blob: 6dcf6269d0f59fa814ddcceb82fe0263fe414f4a (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
From oravax!fred@wrath.cs.cornell.edu Thu Feb  9 18:05:48 1989
Received: from princeton.Princeton.EDU by notecnirp.Princeton.EDU (5.51/1.68)
	id AA25210; Thu, 9 Feb 89 18:05:46 EST
Received: from CU-ARPA.CS.CORNELL.EDU by Princeton.EDU (5.58+++/2.5)
	id AA03857; Thu, 9 Feb 89 18:04:48 EST
Received: from WRATH.CS.CORNELL.EDU by cu-arpa.cs.cornell.edu (5.61/1.91d)
	id AA08274; Thu, 9 Feb 89 18:04:18 -0500
Received: by wrath.cs.cornell.edu (5.61/1.91d)
	id AA17731; Thu, 9 Feb 89 18:04:14 -0500
Received: by oravax.UUCP (5.51/5.17)
	id AA08548; Thu, 9 Feb 89 17:43:00 EST
Date: Thu, 9 Feb 89 17:43:00 EST
From: oravax!fred@wrath.cs.cornell.edu (Charles Mills)
Message-Id: <8902092243.AA08548@oravax.UUCP>
To: nr@Princeton.EDU
Subject: Re:  tangle and weave
Status: R

The changes (just like those of stangle which were made in, if I recall
aright, November) were actually made with a .ch file, big.ch:

big.ch:
@x
@d max_refs = 20000 /* number of cross-references; must be less than 65536 */
@y
@d max_refs = 40000 /* number of cross-references; must be less than 65536 */
@z
@x
@d max_toks = 20000 /* number of symbols in \cee\ texts being parsed;
@y
@d max_toks = 40000 /* number of symbols in \cee\ texts being parsed;
@z
@x
@d max_texts = 2000 /* number of phrases in \cee\ texts being parsed;
@y
@d max_texts = 4000 /* number of phrases in \cee\ texts being parsed;
@z
@x
@d max_scraps = 1000 /* number of tokens in \cee\ texts being parsed */
@y
@d max_scraps = 1500 /* number of tokens in \cee\ texts being parsed */
@z
@x
@d stack_size = 400 /* number of simultaneous output levels */
@y
@d stack_size = 800 /* number of simultaneous output levels */
@z

make:
/bin/make -f ../master/WebMakefile \
 THETANGLE=stangle THEWEAVE=sweave SPIDER=s.spider CHANGES=big.ch$*

Your master source files have not been touched, and even your
.../ssl/weave.web, though it was regenerated, came out the same
as before.  No anxiety on this score was in order at this end, and
if any had been expressed to me I'd have squelched it.

fred