/[gcl]/gcl/o/read.d
ViewVC logotype

Diff of /gcl/o/read.d

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

revision 1.30 by camm, Sat Nov 27 22:19:35 2004 UTC revision 1.31 by camm, Sat Apr 2 16:14:04 2005 UTC
# Line 1404  Lsharp_asterisk_reader() Line 1404  Lsharp_asterisk_reader()
1404                          FEerror("Too many elements in #*....", 0);                          FEerror("Too many elements in #*....", 0);
1405                  else {                  else {
1406                          if (dimcount == 0)                          if (dimcount == 0)
1407                                  error("Cannot fill the bit-vector #*.");                                  FEerror("Cannot fill the bit-vector #*.",0);
1408                          x = vs_head;                          x = vs_head;
1409                          for (;  dimcount < dim;  dimcount++)                          for (;  dimcount < dim;  dimcount++)
1410                                  vs_push(x);                                  vs_push(x);

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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