File:  [parser3project] / parser3 / src / classes / Attic / _string.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri Mar 9 08:19:45 2001 UTC (25 years, 4 months ago) by paf
Branches: MAIN
CVS tags: HEAD
Int and Double classes with ^int[] and ^double[]. fixed expr type

/*
  $Id: _string.h,v 1.1 2001/03/09 08:19:45 paf Exp $
*/

#ifndef _STRING_H
#define _STRING_H

#include "pa_vclass.h"

extern VClass *string_class; // global string class [^length[] & co]
void initialize_string_class(Pool& pool);

#endif

E-mail: