|
|
1.1 ! paf 1: /* ! 2: $Id: code.h,v 1.16 2001/03/08 10:07:09 paf Exp $ ! 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] ! 11: void initialize_string_class(Pool& pool); ! 12: ! 13: #endif