Minor GPC Bug

Mon, 11 Aug 1997 13:46:24 -0400 (EDT)


I found this problem with the current "beta" GPC:

Code Segment
============
	PROGRAM TEST;
	VAR
	    CharSet : SET OF CHAR;
	BEGIN
	CharSet := [#192, #193,
		    #194, #195];
        END.

Error Message During Compile
============================
test.pas: In function `program_Test':
test.pas:6: type of set constructor element must be the set 
basetype

The error goes away if new-line after #193 is removed:

	CharSet := [#192,#193,#194,#195];

Thanks;
Phil
-------------------------------------------------------------------------
Philip A. Robertson    Gilbarco Inc. F-78
Phone (910) 547-5164                                7300 W. Friendly Ave
Fax   (910) 292-8871                                Greensboro, NC  27410
-------------------------------------------------------------------------


Phil Robertson (phil_robertson@gilbarco.com)

HTML conversion by Lluís de Yzaguirre i Maura
Institut de Lingüística Aplicada - Universitat "Pompeu Fabra"
e-mail: de_yza@upf.es