Commit 24143abe authored by lenz@kallisto.local's avatar lenz@kallisto.local

- fixed another HP-UX compile error ("Member 'set_item_arena' not declared

   in class Statement")
parent 9200fe3b
......@@ -528,7 +528,7 @@ class Statement
void set_n_backup_item_arena(Statement *set, Statement *backup);
void restore_backup_item_arena(Statement *set, Statement *backup);
void Statement::set_item_arena(Statement *set);
void set_item_arena(Statement *set);
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment