RE: Parrot_Interp -> Parrot_Interp_t

2002-06-01 Thread Melvin Smith
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

RE: Parrot_Interp -> Parrot_Interp_t

2002-06-01 Thread Brent Dax
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. #

Parrot_Interp -> Parrot_Interp_t

2002-06-01 Thread 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. If there are no complaints I