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