Large static area in Think C 3.0

Gregory Dudek dudek at ai.toronto.edu
Tue Feb 14 04:46:12 AEST 1989


    The issues of large static data areas ahas come up before with
regards to yacc output.  Here it is again.

    My yacc output causes a data segment greater than 32K which, in
turn, makes Think's Lightspeed C (3.0) unhappy.  Now that we
have that nice "separate strings" option, is there any way
to convince to stick my yacc table(s) in the STRS area? [They're
table of int's, not char's.]

  Greg Dudek

-- 
Dept. of Computer Science (vision group)    University of Toronto
Nice mailers:  dudek at ai.utoronto.ca
UUCP: {uunet,decvax,linus,pyramid,
		dalcs,watmath,garfield,ubc-vision,calgary}!utai!dudek
ARPA: user%ai.toronto.edu at relay.cs.net



More information about the Comp.lang.c mailing list