/[pspp]/pspp/src/q2c.c
ViewVC logotype

Diff of /pspp/src/q2c.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by blp, Sun Jul 31 21:42:46 2005 UTC revision 1.25 by blp, Mon Oct 24 02:51:31 2005 UTC
# Line 1143  dump_declarations (void) Line 1143  dump_declarations (void)
1143              break;              break;
1144    
1145            case SBC_VARLIST:            case SBC_VARLIST:
1146              dump (0, "int %sn_%s;", st_lower (sbc->prefix),              dump (0, "size_t %sn_%s;", st_lower (sbc->prefix),
1147                    st_lower (sbc->name));                    st_lower (sbc->name));
1148              dump (0, "struct variable **%sv_%s;", st_lower (sbc->prefix),              dump (0, "struct variable **%sv_%s;", st_lower (sbc->prefix),
1149                    st_lower (sbc->name));                    st_lower (sbc->name));

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26