* docs/pmc.pod:
[parrot.git] / src / parrot.c
blob4657adcbbc18f868231b3aff2e46db04c161b271
1 /*
2 Copyright (C) 2001-2003, The Perl Foundation.
3 $Id$
5 =head1 NAME
7 src/parrot.c -
9 =head1 DESCRIPTION
11 THIS FILE IS NOT USED.
12 The main function for parrot is found in ../compilers/imcc/main.c.
14 =cut
18 #include "parrot/parrot.h"
22 =head1 HISTORY
24 "It was originally supposed to serve the role of C<test_main.c>, but that
25 didn't ever happen for some reason. Ask Simon if you really want to
26 know." -- Brent Dax
28 =cut
34 * Local variables:
35 * c-file-style: "parrot"
36 * End:
37 * vim: expandtab shiftwidth=4: