Re: [svn:parrot] r25410 - in trunk: include/parrot src

2008-02-01 Thread chromatic
On Friday 01 February 2008 15:42:41 Andy Lester wrote: > > Do we really need to export 16,000 symbols? We ought to be *removing* > > PARROT_API, not adding it. > The bulk of those are autogenerated in the PMCs, of course. I have a plan. If we're cloning parent PMC vtables anyway, we only have

Re: [svn:parrot] r25410 - in trunk: include/parrot src

2008-02-01 Thread Andy Lester
Do we really need to export 16,000 symbols? We ought to be *removing* PARROT_API, not adding it. The bulk of those are autogenerated in the PMCs, of course. What about unused functions? Look at, say, Parrot_char_digit_value() in src/string_primitives.c. It's PARROT_API for no apparent re

Re: [svn:parrot] r25410 - in trunk: include/parrot src

2008-02-01 Thread chromatic
On Friday 01 February 2008 15:01:33 [EMAIL PROTECTED] wrote: > Author: petdance > Date: Fri Feb 1 15:01:32 2008 > New Revision: 25410 > > Modified: >trunk/include/parrot/warnings.h >trunk/src/warnings.c > > Log: > print_pbc_location needs to be PARROT_API for t/src/warnings.t to work Bug