tiemann@TIMEWARP.ENG.SUN.COM (Michael Tiemann) (11/11/89)
Webster Dove found a show-stopper when compiling ET++ code on a Sun3.
Here is the fix:
timewarp% diff -c2 cplus-init.c~ cplus-init.c
*** cplus-init.c~ Tue Nov 7 14:55:07 1989
--- cplus-init.c Fri Nov 10 17:10:04 1989
***************
*** 2587,2590 ****
--- 2587,2593 ----
start_sequence ();
+ /* As a matter of principle, `start_sequence'
+ should probably do this. */
+ emit_note (0, -1);
if (has_array)
rval = expand_vec_init (decl, rval,
timewarp%
Michael