Integrate mainline
Nick Ing-Simmons [Tue, 9 Jul 2002 07:59:06 +0000 (07:59 +0000)]
p4raw-id: //depot/perlio@17430

embed.fnc
perl.h
t/op/utf8decode.t [changed mode: 0644->0755]

index 698741c..922d8d8 100644 (file)
--- a/embed.fnc
+++ b/embed.fnc
@@ -1033,7 +1033,7 @@ s |void   |apply_attrs    |HV *stash|SV *target|OP *attrs|bool for_my
 s      |void   |apply_attrs_my |HV *stash|OP *target|OP *attrs|OP **imopsp
 #  if defined(PL_OP_SLAB_ALLOC)
 s      |void*  |Slab_Alloc     |int m|size_t sz
-s      |void   |Slab_Free      |void *op
+s      |void   |Slab_Free      |void *op
 #  endif
 #endif
 
diff --git a/perl.h b/perl.h
index 9c4a4b9..d2f10c8 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -459,7 +459,7 @@ int usleep(unsigned int);
 #  define MYSWAP
 #endif
 
-/* Cannot include embed.h here on Win32 as win32.h has not 
+/* Cannot include embed.h here on Win32 as win32.h has not
    yet been included and defines some config variables e.g. HAVE_INTERP_INTERN
  */
 #if !defined(PERL_FOR_X2P) && !(defined(WIN32)||defined(VMS))
old mode 100644 (file)
new mode 100755 (executable)