develooper Front page | perl.perl6.internals.api.parser | Postings from November 2000

Re: The external interface for the parser piece

Thread Previous | Thread Next
From:
Jarkko Hietaniemi
Date:
November 30, 2000 08:03
Subject:
Re: The external interface for the parser piece
Message ID:
20001130100306.G2010@chaos.wustl.edu
On a related note: a wrapper not completely unlike

union sv_any_aligned_s {
	IV iv;
	NV iv;
	PV pv;
	void *vp;
	int (*dummy)(void) *fp;
	/* any others? */
};

should be used around SVs to ascertain that everything fits everywhere.

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About