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