1.1 paf 1: /* 1.2 ! paf 2: $Id: execute.h,v 1.1 2001/02/20 18:45:51 paf Exp $ 1.1 paf 3: */ 4: 5: #ifndef EXECUTE_H 6: #define EXECUTE_H 7: 8: #include "pa_array.h" 9: 1.2 ! paf 10: void execute(Pool& pool, const Array& ops); 1.1 paf 11: 12: #endif