~ubuntu-branches/ubuntu/raring/simh/raring

« back to all changes in this revision

Viewing changes to SDS/sds_sys.c

  • Committer: Bazaar Package Importer
  • Author(s): Vince Mulhollon
  • Date: 2007-04-13 20:16:15 UTC
  • mfrom: (1.1.7 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20070413201615-jiar46bgkrs0dw2h
Tags: 3.7.0-1
* New upstream released 03-Feb-2007
* i7094 added which emulates the IBM 7090/7094
* Upstream has converted almost entirely to pdf format for docs
* All manpages updated
* All docs are registered with the doc-base system

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
char *cptr, cbuf[CBUFSIZE], gbuf[CBUFSIZE];
159
159
 
160
160
ptr = 0;
161
 
for ( ; (cptr = fgets (cbuf, CBUFSIZE, fileref)) != NULL; ) {   /* until eof */
 
161
for ( ; (cptr = fgets (cbuf, CBUFSIZE, fileref)) != NULL; ) { /* until eof */
162
162
    mask = 0;
163
163
    if (*cptr == '(') {                                 /* repeat count? */
164
164
        cptr = get_glyph (cptr + 1, gbuf, ')');         /* get 1st field */