NLFFI again

Vesa A Norrman <[email protected]>
Newsgroups gmane.comp.lang.sml.smlnj
Message-ID <[email protected]>
Hi, now here is one example:

a.h:
#include "b.h"
struct s *f ();
void g (struct s *);

b.h
struct s { int z; };

Running 'ml-nlffigen a.h' I don't get F_f.f. And I also don't want to put
both a.h and b.h in the same library because their symbols would be in
different shared objects. I was hoping the definitions for a.h would be
the same for doing 'ml-nlffigen a.h' as for  'ml-nlffigen a.h b.h'. I
would also like to handle b.h separately since it might have other users.

Vesa


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.