Mercurial > hg-old > index.cgi
comparison src/pseudo.c @ 86:033a328a10ae
Checkpoint: object target output
author | lost |
---|---|
date | Fri, 16 Jan 2009 05:33:40 +0000 |
parents | 918be0c02239 |
children | 6097cb1486f8 |
comparison
equal
deleted
inserted
replaced
85:918be0c02239 | 86:033a328a10ae |
---|---|
718 s -> offset = 0; | 718 s -> offset = 0; |
719 s -> flags = 0; | 719 s -> flags = 0; |
720 s -> obytes = NULL; | 720 s -> obytes = NULL; |
721 s -> oblen = 0; | 721 s -> oblen = 0; |
722 s -> obsize = 0; | 722 s -> obsize = 0; |
723 | 723 s -> rl = NULL; |
724 // parse options; only one "bss" | 724 // parse options; only one "bss" |
725 if (opts && as -> passnum == 1) | 725 if (opts && as -> passnum == 1) |
726 { | 726 { |
727 if (!strcasecmp(opts, "bss")) | 727 if (!strcasecmp(opts, "bss")) |
728 { | 728 { |