This is now moved and updated.
No cvs magic was used in the relocation of this file.
William Coleda wrote:
If it's an example, let's move it to "example/c/test_main.c", then, and
update the comment in the beginning of the file that says:
=head1 DESCRIPTION
THIS FILE IS NO LONGER USED.
with your n
If it's an example, let's move it to "example/c/test_main.c", then, and update
the comment in the beginning of the file that says:
=head1 DESCRIPTION
THIS FILE IS NO LONGER USED.
with your note.
Brent 'Dax' Royal-Gordon wrote:
William Coleda <[EMAIL PROTECTED]> wrote:
Then lets remove the file to
William Coleda <[EMAIL PROTECTED]> wrote:
> Then lets remove the file to avoid further confusion.
test_main.c is being retained as an example of a non-trivial, but
still clean, Parrot embedding. imcc/main.c is way too complicated and
incestuous with internals to fill this role.
--
Brent 'Dax' R
Then lets remove the file to avoid further confusion.
Leopold Toetsch wrote:
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I don't find define of "Parrot_setflag()" in test_main.c.
src/test_main.c is unused. Why do you want to compile it?
leo
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I don't find define of "Parrot_setflag()" in test_main.c.
src/test_main.c is unused. Why do you want to compile it?
leo
hi,all
I don't find define of "Parrot_setflag()" in test_main.c. but, i finded it
in embed.c,it already changeed.(Parrot_set_flag());
test_main.c 27 line
#define setopt(flag) Parrot_setflag(interpreter, flag, (*argv)[0]+2);
#define setopt(flag) Parrot_set_flag(interpreter, flag,