Files
harbour-core/harbour/samples/cccppc/tokenst.prg
1999-11-09 01:37:27 +00:00

28 lines
655 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
* $Id$
*/
//*******************************************************************
// tokenst.prg: a TOKENST oszt ly implement ci¢ja.
// 1999, Csisz r Levente
//*******************************************************************
#include "objgen.ch"
#define _TOKENST_PRG_
#define _IMPLEMENT_ONEW_
#include "tokenst.och"
//*******************************************************************
//*******************************************************************
implement oinit(id,str,file,line,pos,deep)
super:oinit(id,str,file,line,pos)
this:deep:=deep
return this
//*******************************************************************