On Sun, 8 Jun 2008, James Keenan via RT wrote:
> On Thu Aug 03 11:58:02 2006, chip wrote:
> > Extern functions and variables must have names that begin with C<Parrot>.
>
>
> Do we indeed have any extern functions or variables whose names do not
> begin with C<Parrot>? How would one determine this? Could this be
> converted into a coding standards test?
On a Unix-like system, you can use nm(1) to look at blib/lib/libparrot.a.
(The appropriate options are system-dependent, but 'nm -p' is usually a
good bet.)
--
Andy Dougherty [EMAIL PROTECTED]