At 10:06 PM 6/1/2002 -0700, Brent Dax wrote:
>Melvin Smith:
># If there are no complaints I'm going to commit this when I
># commit the initial patch for extensions.
>
>I think that's renaming it the wrong way. The struct should probably
>become parrot_interp_t and the typedef Parrot_Interp. Thi
Melvin Smith:
# In order to make the extension library work with C++ I had
# to rename Parrot_Interp typedef to Parrot_Interp_t
#
# I know _t was a subject of discussion, but its a quick fix so
# I can move ahead. Its only really used from embed.h in
# test_main.c and the extension API layer.
#
In order to make the extension library work with C++ I had
to rename Parrot_Interp typedef to Parrot_Interp_t
I know _t was a subject of discussion, but its a quick fix so
I can move ahead. Its only really used from embed.h in
test_main.c and the extension API layer.
If there are no complaints I