		/*
		 * This file was generated automatically by ExtUtils::ParseXS version 2.10 from the
		 * contents of TW.xs. Do not edit this file, edit TW.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 "bi_01_t.h"
		#include "ma_03_t.h"
		#include "cp_02_t.h"
		#include "bi_00_t.h"
		
		static void
		Encode_XSEncoding(pTHX_ encode_t *enc)
          20    {
          20     dSP;
          20     HV *stash = gv_stashpv("Encode::XS", TRUE);
          20     SV *sv    = sv_bless(newRV_noinc(newSViv(PTR2IV(enc))),stash);
          20     int i = 0;
          20     PUSHMARK(sp);
          20     XPUSHs(sv);
          40     while (enc->name[i])
		  {
          20       const char *name = enc->name[i++];
          20       XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
		  }
          20     PUTBACK;
          20     call_pv("Encode::define_encoding",G_DISCARD);
          20     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__TW); /* prototype to pass -Wmissing-prototypes */
		XS(boot_Encode__TW)
           5    {
           5        dXSARGS;
		
           5        PERL_UNUSED_VAR(cv); /* -W */
           5        PERL_UNUSED_VAR(items); /* -W */
           5        XS_VERSION_BOOTCHECK ;
		
		
		    /* Initialisation Section */
		
		{
		#include "bi_01_t.exh"
		#include "ma_03_t.exh"
		#include "cp_02_t.exh"
		#include "bi_00_t.exh"
		}
		
		
		    /* End of Initialisation Section */
		
           5        XSRETURN_YES;
		}
		
