integrate utfperl contents into mainline
Gurusamy Sarathy [Tue, 28 Dec 1999 04:18:15 +0000 (04:18 +0000)]
p4raw-id: //depot/perl@4726

1  2 
perl.h
sv.h

diff --cc perl.h
--- 1/perl.h
--- 2/perl.h
+++ b/perl.h
@@@ -1470,10 -1470,10 +1470,6 @@@ typedef struct ptr_tbl PTR_TBL_t
  #  define PERL_SYS_INIT3(argvp,argcp,envp) PERL_SYS_INIT(argvp,argcp)
  #endif
  
--#ifndef PERL_SYS_INIT3
--#  define PERL_SYS_INIT3(argvp,argcp,envp) PERL_SYS_INIT(argvp,argcp)
--#endif
--
  #ifndef MAXPATHLEN
  #  ifdef PATH_MAX
  #    ifdef _POSIX_PATH_MAX
diff --cc sv.h
--- 1/sv.h
--- 2/sv.h
+++ b/sv.h
@@@ -155,6 -158,6 +158,8 @@@ struct io 
  
  #define SVpad_OUR     0x80000000      /* pad name is "our" instead of "my" */
  
++#define SVpad_OUR     0x80000000      /* pad name is "our" instead of "my" */
++
  #define SVf_IVisUV    0x80000000      /* use XPVUV instead of XPVIV */
  
  #define SVpfm_COMPILED        0x80000000      /* FORMLINE is compiled */