From 463ee0b2acbd047c27e8b5393cdd8398881824c5 Mon Sep 17 00:00:00 2001 From: Larry Wall Date: Wed, 10 Nov 1993 00:00:00 +0000 Subject: perl 5.0 alpha 4 [editor's note: the sparc executables have not been included, and emacs backup files have been removed. This was reconstructed from a tarball found on the September 1994 InfoMagic CD; the date of this is approximate] --- mg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mg.h') diff --git a/mg.h b/mg.h index ca3d8f3bd3..1236ea8d1e 100644 --- a/mg.h +++ b/mg.h @@ -24,5 +24,5 @@ struct magic { U8 mg_flags; SV* mg_obj; char* mg_ptr; - U32 mg_len; + I32 mg_len; }; -- cgit v1.2.1