[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Re: [zzdev] error
- To: inSECT22 <i22@xxxxxxx>
 
- Subject: Re: [zzdev] error
 
- From: "Tuomas J. Lukka" <lukka@xxxxxx>
 
- Date: Fri, 2 Jun 2000 07:15:33 +0300 (EEST)
 
- Cc: zzdev@xxxxxxxxxx
 
- In-reply-to: <200006020756.KAA17348@xxxxxxxxxxx>
 
> in the file ZZPrimitiveActions.java 
> 3 small changes need to be made on lines 148,155,163  
> d.mark  should become  "d.mark"  to avoid compile errors
Changed, but strange: it SHOULD have worked for you too: it uses
the strange "d.java" hack: d is a class and mark is a static string
in it containing the string "d.mark". ;)
	Tuomas