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