Re: test_main.c oversight

2005-01-24 Thread William Coleda
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

Re: test_main.c oversight

2005-01-22 Thread William Coleda
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

Re: test_main.c oversight

2005-01-22 Thread Brent 'Dax' Royal-Gordon
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

Re: test_main.c oversight

2005-01-22 Thread William Coleda
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

Re: test_main.c oversight

2005-01-20 Thread Leopold Toetsch
[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

test_main.c oversight

2005-01-20 Thread bloves
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,