comparison src/parse.y @ 5875:f6ddc0ee2315

[project @ 2006-07-01 15:24:44 by jwe]
author jwe
date Sat, 01 Jul 2006 15:24:44 +0000
parents e884ab4f29ee
children 27771d9cd4f4
comparison
equal deleted inserted replaced
5874:210c5c98c403 5875:f6ddc0ee2315
2787 // Finish building a cell list. 2787 // Finish building a cell list.
2788 2788
2789 static tree_expression * 2789 static tree_expression *
2790 finish_cell (tree_cell *c) 2790 finish_cell (tree_cell *c)
2791 { 2791 {
2792 // For now, this doesn't do anything. 2792 return finish_matrix (c);
2793
2794 return c;
2795 } 2793 }
2796 2794
2797 static void 2795 static void
2798 maybe_warn_missing_semi (tree_statement_list *t) 2796 maybe_warn_missing_semi (tree_statement_list *t)
2799 { 2797 {