[RPL/2] Bug in rplpp

BERTRAND Joël joel.bertrand at systella.fr
Mar 21 Déc 00:00:23 CET 2004


	Hello,

	I have found a major bug in rplpp due to a new 'feature' in cpp
	(gcc). You cannot use a binary integer in a script if this binary is
	the first token of a line because it is avoided by the preprocessor.

	For example :

	TEST
	<<
		# 1d disp
	>>

	does not work, but

	TEST
	<<
		{ } drop # 1d disp
	>>

	works !

	In the next beta release (pre8e), I have changed this preprocessor
	and this bug will be closed. I think this new beta release will be
	downloadable before the end of this week. In this release, RPL/2 can
	use several processors to make parallel computations.

	Regards,

	JKB



Plus d'informations sur la liste de diffusion RPL2