On Wed, 02 May 2001 11:37:27 EDT, Dan Sugalski wrote:
>+++ perl.c     Mon Apr 30 20:52:53 2001
[...]
>+#  if defined(VMS)
>+    init_os_extras(aTHXo);
>+#  else
>     init_os_extras();
>+#  endif
[...]
>+++ vms/vms.c  Tue May  1 18:00:40 2001
[...]
> void
>-init_os_extras()
>+init_os_extras(pTHX)
> {
>   char* file = __FILE__;
>-  dTHX;

I think it is better the way it was in those places.  Avoiding dTHX
only makes any kind of sense for things that are hyper-performance
critical.  IMO, keeping a uniform signature for init_os_extras()
is a loftier goal here.


Sarathy
[EMAIL PROTECTED]

Reply via email to