Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 349339 | Differences between
and this patch

Collapse All | Expand All

(-)bc/storage.c.orig (+1 lines)
Lines 99-104 Link Here
99
    {
99
    {
100
      f = &functions[indx];
100
      f = &functions[indx];
101
      f->f_defined = FALSE;
101
      f->f_defined = FALSE;
102
      f->f_void = FALSE;
102
      f->f_body = (char *) bc_malloc (BC_START_SIZE);
103
      f->f_body = (char *) bc_malloc (BC_START_SIZE);
103
      f->f_body_size = BC_START_SIZE;
104
      f->f_body_size = BC_START_SIZE;
104
      f->f_code_size = 0;
105
      f->f_code_size = 0;

Return to bug 349339