RE: Tables of function pointers

2000-08-25 Thread Bernard Dautrevaux
> -Original Message- > From: Scott C. Gray [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 24, 2000 11:52 PM > To: Bernard Dautrevaux > Cc: [EMAIL PROTECTED] > Subject: RE: Tables of function pointers > > > On Thu, 24 Aug 2000, Bernard Dautrevaux wrote: &

RE: Tables of function pointers

2000-08-24 Thread Scott C. Gray
On Thu, 24 Aug 2000, Bernard Dautrevaux wrote: > Probably the simplest (and more protable) cure would be to have an > 'init_function_table' function that initialize the function array, like: > > void init_function_table() { > static int initialized = 0; > if (in

RE: Tables of function pointers

2000-08-24 Thread Bernard Dautrevaux
> -Original Message- > From: Scott C. Gray [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 14, 2000 4:18 AM > To: [EMAIL PROTECTED] > Subject: Tables of function pointers > > > > I realize this is only partially libtool related, but I figured > that this is probably a good forum for t