		/*
		 * This file was generated automatically by ExtUtils::ParseXS version 2.10 from the
		 * contents of Byte.xs. Do not edit this file, edit Byte.xs instead.
		 *
		 *	ANY CHANGES MADE HERE WILL BE LOST! 
		 *
		 */
		
		#include <EXTERN.h>
		#include <perl.h>
		#include <XSUB.h>
		#define U8 U8
		#include "encode.h"
		#include "byte_t.h"
		
		static void
		Encode_XSEncoding(pTHX_ encode_t *enc)
         520    {
         520     dSP;
         520     HV *stash = gv_stashpv("Encode::XS", TRUE);
         520     SV *sv    = sv_bless(newRV_noinc(newSViv(PTR2IV(enc))),stash);
         520     int i = 0;
         520     PUSHMARK(sp);
         520     XPUSHs(sv);
        1040     while (enc->name[i])
		  {
         520       const char *name = enc->name[i++];
         520       XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
		  }
         520     PUTBACK;
         520     call_pv("Encode::define_encoding",G_DISCARD);
         520     SvREFCNT_dec(sv);
		}
		
		#ifndef PERL_UNUSED_VAR
		#  define PERL_UNUSED_VAR(var) if (0) var = var
		#endif
		
		#ifdef __cplusplus
		extern "C"
		#endif
		XS(boot_Encode__Byte); /* prototype to pass -Wmissing-prototypes */
		XS(boot_Encode__Byte)
           8    {
           8        dXSARGS;
		
           8        PERL_UNUSED_VAR(cv); /* -W */
           8        PERL_UNUSED_VAR(items); /* -W */
           8        XS_VERSION_BOOTCHECK ;
		
		
		    /* Initialisation Section */
		
		{
		#include "byte_t.exh"
		}
		
		
		    /* End of Initialisation Section */
		
           8        XSRETURN_YES;
		}
		
