|
|
1.1 paf 1: /* 1.2 ! paf 2: $Id: _int.h,v 1.1 2001/03/09 08:19:45 paf Exp $ 1.1 paf 3: */ 4: 5: #ifndef _INT_H 6: #define _INT_H 7: 8: #include "pa_vclass.h" 9: 10: extern VClass *int_class; // global int class [^length[] & co] 1.2 ! paf 11: void initialize_int_class(Pool& pool, VClass& vclass); 1.1 paf 12: 13: #endif