/[pspp]/pspp/src/list.q
ViewVC logotype

Diff of /pspp/src/list.q

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

revision 1.19 by blp, Wed Oct 26 05:06:14 2005 UTC revision 1.20 by blp, Sun Nov 6 02:39:30 2005 UTC
# Line 24  Line 24 
24  #include "alloc.h"  #include "alloc.h"
25  #include "case.h"  #include "case.h"
26  #include "command.h"  #include "command.h"
 #include "devind.h"  
27  #include "dictionary.h"  #include "dictionary.h"
28  #include "lexer.h"  #include "lexer.h"
29  #include "error.h"  #include "error.h"
# Line 270  write_all_headers (void *aux UNUSED) Line 269  write_all_headers (void *aux UNUSED)
269    
270            fputs ("  <TR>\n", x->file.file);            fputs ("  <TR>\n", x->file.file);
271          }          }
       else if (d->class == &devind_class)  
         {  
           /* FIXME */  
         }  
272        else        else
273          assert (0);          assert (0);
274      }      }
# Line 394  clean_up (void) Line 389  clean_up (void)
389              fputs ("</TABLE>\n", x->file.file);              fputs ("</TABLE>\n", x->file.file);
390            }            }
391        }        }
     else if (d->class == &devind_class)  
       {  
         /* FIXME */  
       }  
392      else      else
393        assert (0);        assert (0);
394        
# Line 530  determine_layout (void) Line 521  determine_layout (void)
521    
522        if (d->class == &html_class)        if (d->class == &html_class)
523          continue;          continue;
       else if (d->class == &devind_class)  
         {  
           /* FIXME */  
           tab_output_text (TAT_NONE, "(devind not supported on LIST yet)");  
           continue;  
         }  
524                
525        assert (d->class->special == 0);        assert (d->class->special == 0);
526    
# Line 725  list_cases (struct ccase *c, void *aux U Line 710  list_cases (struct ccase *c, void *aux U
710                        
711          fputs ("  </TR>\n", x->file.file);          fputs ("  </TR>\n", x->file.file);
712        }        }
     else if (d->class == &devind_class)  
       {  
         /* FIXME */  
       }  
713      else      else
714        assert (0);        assert (0);
715    

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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