diff libinterp/parse-tree/pt-array-list.h @ 16273:c5e5f6ccac5d

9/10 commits reworking the lexer
author John W. Eaton <jwe@octave.org>
date Mon, 11 Mar 2013 14:32:53 -0400
parents 70f465930546
children ebb3ef964372
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-array-list.h	Mon Mar 11 14:32:15 2013 -0400
+++ b/libinterp/parse-tree/pt-array-list.h	Mon Mar 11 14:32:53 2013 -0400
@@ -36,6 +36,9 @@
 {
 public:
 
+  typedef octave_base_list<tree_argument_list *>::iterator iterator;
+  typedef octave_base_list<tree_argument_list *>::const_iterator const_iterator;
+
   tree_array_list (tree_argument_list *row = 0, int l = -1, int c = -1)
     : tree_expression (l, c), octave_base_list<tree_argument_list *> ()
   {