Remove cvs/svn Id strings

This commit is contained in:
William S Fulton 2013-01-12 01:21:16 +00:00
commit 7841a0d097
67 changed files with 0 additions and 134 deletions

View file

@ -15,8 +15,6 @@
* C identifiers up into keywords and SWIG directives. * C identifiers up into keywords and SWIG directives.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_cscanner_c[] = "$Id$";
#include "cparse.h" #include "cparse.h"
#include "parser.h" #include "parser.h"
#include <string.h> #include <string.h>

View file

@ -17,8 +17,6 @@
#define yylex yylex #define yylex yylex
char cvsroot_parser_y[] = "$Id$";
#include "swig.h" #include "swig.h"
#include "cparse.h" #include "cparse.h"
#include "preprocessor.h" #include "preprocessor.h"

View file

@ -11,8 +11,6 @@
* Expands a template into a specialized version. * Expands a template into a specialized version.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_templ_c[] = "$Id$";
#include "swig.h" #include "swig.h"
#include "cparse.h" #include "cparse.h"

View file

@ -11,8 +11,6 @@
* Parsing utilities. * Parsing utilities.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_util_c[] = "$Id$";
#include "swig.h" #include "swig.h"
#include "cparse.h" #include "cparse.h"

View file

@ -12,8 +12,6 @@
* DOH objects. A number of small utility functions are also included. * DOH objects. A number of small utility functions are also included.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_base_c[] = "$Id$";
#include "dohint.h" #include "dohint.h"
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------

View file

@ -12,8 +12,6 @@
* ordinary FILE * or integer file descriptor. * ordinary FILE * or integer file descriptor.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_file_c[] = "$Id$";
#include "dohint.h" #include "dohint.h"
#ifdef DOH_INTFILE #ifdef DOH_INTFILE

View file

@ -12,8 +12,6 @@
* formatted output, readline, and splitting. * formatted output, readline, and splitting.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_fio_c[] = "$Id$";
#include "dohint.h" #include "dohint.h"
#define OBUFLEN 512 #define OBUFLEN 512

View file

@ -11,8 +11,6 @@
* Implements a simple hash table object. * Implements a simple hash table object.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_hash_c[] = "$Id$";
#include "dohint.h" #include "dohint.h"
extern DohObjInfo DohHashType; extern DohObjInfo DohHashType;

View file

@ -11,8 +11,6 @@
* Implements a simple list object. * Implements a simple list object.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_list_c[] = "$Id$";
#include "dohint.h" #include "dohint.h"
typedef struct List { typedef struct List {

View file

@ -12,8 +12,6 @@
* of objects and checking of objects. * of objects and checking of objects.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_memory_c[] = "$Id$";
#include "dohint.h" #include "dohint.h"
#ifndef DOH_POOL_SIZE #ifndef DOH_POOL_SIZE

View file

@ -12,8 +12,6 @@
* file semantics. * file semantics.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_string_c[] = "$Id$";
#include "dohint.h" #include "dohint.h"
extern DohObjInfo DohStringType; extern DohObjInfo DohStringType;

View file

@ -12,8 +12,6 @@
* an arbitrary C object represented as a void *. * an arbitrary C object represented as a void *.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_void_c[] = "$Id$";
#include "dohint.h" #include "dohint.h"
typedef struct { typedef struct {

View file

@ -11,8 +11,6 @@
* ALLEGROCL language module for SWIG. * ALLEGROCL language module for SWIG.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_allegrocl_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
#include "cparse.h" #include "cparse.h"
#include <ctype.h> #include <ctype.h>

View file

@ -15,8 +15,6 @@
* Doc/Manual/SWIGPlus.html for details. * Doc/Manual/SWIGPlus.html for details.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_allocate_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
#include "cparse.h" #include "cparse.h"

View file

@ -12,8 +12,6 @@
* feature that's normally disabled. * feature that's normally disabled.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_browser_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
#ifdef SWIG_SWILL #ifdef SWIG_SWILL

View file

@ -11,8 +11,6 @@
* cffi language module for SWIG. * cffi language module for SWIG.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_cffi_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
#include "cparse.h" #include "cparse.h"
#include <ctype.h> #include <ctype.h>

View file

@ -11,8 +11,6 @@
* CHICKEN language module for SWIG. * CHICKEN language module for SWIG.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_chicken_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
#include <ctype.h> #include <ctype.h>

View file

@ -11,8 +11,6 @@
* clisp language module for SWIG. * clisp language module for SWIG.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_clisp_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
static const char *usage = (char *) "\ static const char *usage = (char *) "\

View file

@ -11,8 +11,6 @@
* Support for Wrap by Contract in SWIG. * Support for Wrap by Contract in SWIG.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_contract_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
/* Contract structure. This holds rules about the different kinds of contract sections /* Contract structure. This holds rules about the different kinds of contract sections

View file

@ -11,8 +11,6 @@
* C# language module for SWIG. * C# language module for SWIG.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_csharp_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
#include <limits.h> // for INT_MAX #include <limits.h> // for INT_MAX
#include "cparse.h" #include "cparse.h"

View file

@ -11,8 +11,6 @@
* D language module for SWIG. * D language module for SWIG.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_d_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
#include "cparse.h" #include "cparse.h"
#include <ctype.h> #include <ctype.h>

View file

@ -13,8 +13,6 @@
* in SWIG. --MR * in SWIG. --MR
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_directors_cxx[] = "$Id";
#include "swigmod.h" #include "swigmod.h"
/* Swig_csuperclass_call() /* Swig_csuperclass_call()

View file

@ -11,8 +11,6 @@
* Useful functions for emitting various pieces of code. * Useful functions for emitting various pieces of code.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_emit_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------

View file

@ -7,8 +7,6 @@
* Go language module for SWIG. * Go language module for SWIG.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_go_cxx[] = "$Id";
#include "swigmod.h" #include "swigmod.h"
#include "cparse.h" #include "cparse.h"
#include <ctype.h> #include <ctype.h>

View file

@ -11,8 +11,6 @@
* Guile language module for SWIG. * Guile language module for SWIG.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_guile_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
#include <ctype.h> #include <ctype.h>

View file

@ -11,8 +11,6 @@
* Java language module for SWIG. * Java language module for SWIG.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_java_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
#include <limits.h> // for INT_MAX #include <limits.h> // for INT_MAX
#include "cparse.h" #include "cparse.h"

View file

@ -11,8 +11,6 @@
* Language base class functions. Default C++ handling is also implemented here. * Language base class functions. Default C++ handling is also implemented here.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_lang_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
#include "cparse.h" #include "cparse.h"
#include <ctype.h> #include <ctype.h>

View file

@ -44,8 +44,6 @@
Added support for embedded Lua. Try swig -lua -help for more information Added support for embedded Lua. Try swig -lua -help for more information
*/ */
char cvsroot_lua_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
/**** Diagnostics: /**** Diagnostics:

View file

@ -11,8 +11,6 @@
* Main entry point to the SWIG core. * Main entry point to the SWIG core.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_main_cxx[] = "$Id$";
#include "swigconfig.h" #include "swigconfig.h"
#if defined(_WIN32) #if defined(_WIN32)

View file

@ -11,8 +11,6 @@
* Modula3 language module for SWIG. * Modula3 language module for SWIG.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_modula3_cxx[] = "$Id$";
/* /*
Text formatted with Text formatted with
indent -sob -br -ce -nut -npsl indent -sob -br -ce -nut -npsl

View file

@ -11,8 +11,6 @@
* This file is responsible for the module system. * This file is responsible for the module system.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_module_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
struct Module { struct Module {

View file

@ -11,8 +11,6 @@
* Mzscheme language module for SWIG. * Mzscheme language module for SWIG.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_mzscheme_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
#include <ctype.h> #include <ctype.h>

View file

@ -11,8 +11,6 @@
* Ocaml language module for SWIG. * Ocaml language module for SWIG.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_ocaml_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
#include <ctype.h> #include <ctype.h>

View file

@ -11,8 +11,6 @@
* Octave language module for SWIG. * Octave language module for SWIG.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_octave_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
static String *global_name = 0; static String *global_name = 0;

View file

@ -13,8 +13,6 @@
* building a dispatch function. * building a dispatch function.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_overload_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
#define MAX_OVERLOAD 4096 #define MAX_OVERLOAD 4096

View file

@ -11,8 +11,6 @@
* Perl5 language module for SWIG. * Perl5 language module for SWIG.
* ------------------------------------------------------------------------- */ * ------------------------------------------------------------------------- */
char cvsroot_perl5_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
#include "cparse.h" #include "cparse.h"
static int treduce = SWIG_cparse_template_reduce(0); static int treduce = SWIG_cparse_template_reduce(0);

View file

@ -37,8 +37,6 @@
* (may need to add more WARN_PHP_xxx codes...) * (may need to add more WARN_PHP_xxx codes...)
*/ */
char cvsroot_php_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
#include <ctype.h> #include <ctype.h>

View file

@ -29,8 +29,6 @@
* *
*/ */
char cvsroot_pike_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
#include <ctype.h> // for isalnum() #include <ctype.h> // for isalnum()

View file

@ -11,8 +11,6 @@
* Python language module for SWIG. * Python language module for SWIG.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_python_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
#include "cparse.h" #include "cparse.h"

View file

@ -11,8 +11,6 @@
* R language module for SWIG. * R language module for SWIG.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_r_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
static const double DEFAULT_NUMBER = .0000123456712312312323; static const double DEFAULT_NUMBER = .0000123456712312312323;

View file

@ -11,8 +11,6 @@
* Ruby language module for SWIG. * Ruby language module for SWIG.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_ruby_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
#include "cparse.h" #include "cparse.h"
static int treduce = SWIG_cparse_template_reduce(0); static int treduce = SWIG_cparse_template_reduce(0);

View file

@ -11,8 +11,6 @@
* A parse tree represented as Lisp s-expressions. * A parse tree represented as Lisp s-expressions.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_s_exp_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
#include "dohint.h" #include "dohint.h"

View file

@ -16,8 +16,6 @@
* to SWIG, you would modify this file. * to SWIG, you would modify this file.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_swigmain_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
#include <ctype.h> #include <ctype.h>

View file

@ -11,8 +11,6 @@
* Tcl8 language module for SWIG. * Tcl8 language module for SWIG.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_tcl8_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
#include "cparse.h" #include "cparse.h"
static int treduce = SWIG_cparse_template_reduce(0); static int treduce = SWIG_cparse_template_reduce(0);

View file

@ -16,8 +16,6 @@
* and other information needed for compilation. * and other information needed for compilation.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_typepass_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
#include "cparse.h" #include "cparse.h"

View file

@ -13,8 +13,6 @@
// TODO: remove remnants of lisptype // TODO: remove remnants of lisptype
char cvsroot_uffi_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
static const char *usage = (char *) "\ static const char *usage = (char *) "\

View file

@ -11,8 +11,6 @@
* Various utility functions. * Various utility functions.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_utils_cxx[] = "$Id$";
#include <swigmod.h> #include <swigmod.h>
int is_public(Node *n) { int is_public(Node *n) {

View file

@ -11,8 +11,6 @@
* An Xml parse tree generator. * An Xml parse tree generator.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_xml_cxx[] = "$Id$";
#include "swigmod.h" #include "swigmod.h"
static const char *usage = "\ static const char *usage = "\

View file

@ -17,8 +17,6 @@
* - Lines beginning with %# are stripped down to #... and passed through. * - Lines beginning with %# are stripped down to #... and passed through.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_cpp_c[] = "$Id$";
#include "swig.h" #include "swig.h"
#include "preprocessor.h" #include "preprocessor.h"
#include <ctype.h> #include <ctype.h>

View file

@ -12,8 +12,6 @@
* encountered during preprocessing. * encountered during preprocessing.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_expr_c[] = "$Id$";
#include "swig.h" #include "swig.h"
#include "preprocessor.h" #include "preprocessor.h"

View file

@ -12,8 +12,6 @@
* the naming of local variables, calling conventions, and so forth. * the naming of local variables, calling conventions, and so forth.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_cwrap_c[] = "$Id$";
#include "swig.h" #include "swig.h"
extern int cparse_cplusplus; extern int cparse_cplusplus;

View file

@ -13,8 +13,6 @@
* that the function and/or API needs to be changed in some future release. * that the function and/or API needs to be changed in some future release.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_deprecate_c[] = "$Id: parms.c 9630 2007-01-02 21:17:19Z beazley $";
#include "swig.h" #include "swig.h"
/* --------------------------------------------------------------------- /* ---------------------------------------------------------------------

View file

@ -12,8 +12,6 @@
* error messages. * error messages.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_error_c[] = "$Id$";
#include "swig.h" #include "swig.h"
#include <stdarg.h> #include <stdarg.h>
#include <ctype.h> #include <ctype.h>

View file

@ -16,8 +16,6 @@
* wrapper code and to generate cleaner wrapper files. * wrapper code and to generate cleaner wrapper files.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_fragment_c[] = "$Id$";
#include "swig.h" #include "swig.h"
#include "swigwarn.h" #include "swigwarn.h"

View file

@ -20,8 +20,6 @@
* Should have cleaner error handling in general. * Should have cleaner error handling in general.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_getopt_c[] = "$Id$";
#include "swig.h" #include "swig.h"
static char **args; static char **args;

View file

@ -13,8 +13,6 @@
* are provided. * are provided.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_include_c[] = "$Id$";
#include "swig.h" #include "swig.h"
static List *directories = 0; /* List of include directories */ static List *directories = 0; /* List of include directories */

View file

@ -11,8 +11,6 @@
* Miscellaneous functions that don't really fit anywhere else. * Miscellaneous functions that don't really fit anywhere else.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_misc_c[] = "$Id$";
#include "swig.h" #include "swig.h"
#include <errno.h> #include <errno.h>
#include <ctype.h> #include <ctype.h>

View file

@ -20,8 +20,6 @@
* %v - variable name is substituted * %v - variable name is substituted
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_naming_c[] = "$Id$";
#include "swig.h" #include "swig.h"
#include "cparse.h" #include "cparse.h"
#include <ctype.h> #include <ctype.h>

View file

@ -11,8 +11,6 @@
* Parameter list class. * Parameter list class.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_parms_c[] = "$Id$";
#include "swig.h" #include "swig.h"
/* ------------------------------------------------------------------------ /* ------------------------------------------------------------------------

View file

@ -14,8 +14,6 @@
* to easily construct yacc-compatible scanners. * to easily construct yacc-compatible scanners.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_scanner_c[] = "$Id$";
#include "swig.h" #include "swig.h"
#include <ctype.h> #include <ctype.h>

View file

@ -12,8 +12,6 @@
* the form of simple strings. * the form of simple strings.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_stype_c[] = "$Id$";
#include "swig.h" #include "swig.h"
#include "cparse.h" #include "cparse.h"
#include <ctype.h> #include <ctype.h>

View file

@ -11,8 +11,6 @@
* This file implements the SWIG symbol table. See details below. * This file implements the SWIG symbol table. See details below.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_symbol_c[] = "$Id$";
#include "swig.h" #include "swig.h"
#include "swigwarn.h" #include "swigwarn.h"
#include <ctype.h> #include <ctype.h>

View file

@ -12,8 +12,6 @@
* parse trees. * parse trees.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_tree_c[] = "$Id$";
#include "swig.h" #include "swig.h"
#include <stdarg.h> #include <stdarg.h>
#include <assert.h> #include <assert.h>

View file

@ -11,8 +11,6 @@
* A somewhat generalized implementation of SWIG1.1 typemaps. * A somewhat generalized implementation of SWIG1.1 typemaps.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_typemap_c[] = "$Id$";
#include "swig.h" #include "swig.h"
#include "cparse.h" #include "cparse.h"
#include <ctype.h> #include <ctype.h>

View file

@ -14,8 +14,6 @@
* like typedef, namespaces, etc. * like typedef, namespaces, etc.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_typeobj_c[] = "$Id$";
#include "swig.h" #include "swig.h"
#include <ctype.h> #include <ctype.h>

View file

@ -14,8 +14,6 @@
* run-time type checker is also handled here. * run-time type checker is also handled here.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_typesys_c[] = "$Id$";
#include "swig.h" #include "swig.h"
#include "cparse.h" #include "cparse.h"

View file

@ -13,8 +13,6 @@
* to be created in a piecemeal manner. * to be created in a piecemeal manner.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_wrapfunc_c[] = "$Id$";
#include "swig.h" #include "swig.h"
#include <ctype.h> #include <ctype.h>