Changed Header keyword to Id for SVN

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9604 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2006-12-05 21:57:44 +00:00
commit 7a826c8b6d
19 changed files with 19 additions and 19 deletions

View file

@ -8,7 +8,7 @@
* the naming of local variables, calling conventions, and so forth.
* ----------------------------------------------------------------------------- */
char cvsroot_cwrap_c[] = "$Header$";
char cvsroot_cwrap_c[] = "$Id$";
#include "swig.h"
#include "swigkeys.h"

View file

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

View file

@ -12,7 +12,7 @@
* wrapper code and to generate cleaner wrapper files.
* ----------------------------------------------------------------------------- */
char cvsroot_fragment_c[] = "$Header$";
char cvsroot_fragment_c[] = "$Id$";
#include "swig.h"
#include "swigkeys.h"

View file

@ -16,7 +16,7 @@
* Should have cleaner error handling in general.
* ----------------------------------------------------------------------------- */
char cvsroot_getopt_c[] = "$Header$";
char cvsroot_getopt_c[] = "$Id$";
#include "swig.h"

View file

@ -9,7 +9,7 @@
* are provided.
* ----------------------------------------------------------------------------- */
char cvsroot_include_c[] = "$Header$";
char cvsroot_include_c[] = "$Id$";
#include "swig.h"
#include "swigkeys.h"

View file

@ -7,7 +7,7 @@
* Miscellaneous functions that don't really fit anywhere else.
* ----------------------------------------------------------------------------- */
char cvsroot_misc_c[] = "$Header$";
char cvsroot_misc_c[] = "$Id$";
#include "swig.h"
#include "swigkeys.h"

View file

@ -7,7 +7,7 @@
* Functions for generating various kinds of names during code generation.
* ----------------------------------------------------------------------------- */
char cvsroot_naming_c[] = "$Header$";
char cvsroot_naming_c[] = "$Id$";
#include "swig.h"
#include "cparse.h"

View file

@ -7,7 +7,7 @@
* Parameter list class.
* ----------------------------------------------------------------------------- */
char cvsroot_parms_c[] = "$Header$";
char cvsroot_parms_c[] = "$Id$";
#include "swig.h"
#include "swigkeys.h"

View file

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

View file

@ -8,7 +8,7 @@
* the form of simple strings.
* ----------------------------------------------------------------------------- */
char cvsroot_stype_c[] = "$Header$";
char cvsroot_stype_c[] = "$Id$";
#include "swig.h"
#include "cparse.h"

View file

@ -5,7 +5,7 @@
* swigkeys.c
* ----------------------------------------------------------------------------- */
char cvsroot_keys_c[] = "$Header$";
char cvsroot_keys_c[] = "$Id$";
#include "swigkeys.h"

View file

@ -5,7 +5,7 @@
* swigkeys.h
* ----------------------------------------------------------------------------- */
/* $Header$ */
/* $Id$ */
#ifndef SWIG_SWIGKEYS_H_
#define SWIG_SWIGKEYS_H_

View file

@ -7,7 +7,7 @@
* This file implements the SWIG symbol table. See details below.
* ----------------------------------------------------------------------------- */
char cvsroot_symbol_c[] = "$Header$";
char cvsroot_symbol_c[] = "$Id$";
#include "swig.h"
#include "swigwarn.h"

View file

@ -8,7 +8,7 @@
* parse trees.
* ----------------------------------------------------------------------------- */
char cvsroot_tree_c[] = "$Header$";
char cvsroot_tree_c[] = "$Id$";
#include "swig.h"
#include "swigkeys.h"

View file

@ -7,7 +7,7 @@
* A somewhat generalized implementation of SWIG1.1 typemaps.
* ----------------------------------------------------------------------------- */
char cvsroot_typemap_c[] = "$Header$";
char cvsroot_typemap_c[] = "$Id$";
#include "swig.h"
#include "swigkeys.h"

View file

@ -10,7 +10,7 @@
* like typedef, namespaces, etc.
* ----------------------------------------------------------------------------- */
char cvsroot_typeobj_c[] = "$Header$";
char cvsroot_typeobj_c[] = "$Id$";
#include "swig.h"
#include "swigkeys.h"

View file

@ -10,7 +10,7 @@
* run-time type checker is also handled here.
* ----------------------------------------------------------------------------- */
char cvsroot_typesys_c[] = "$Header$";
char cvsroot_typesys_c[] = "$Id$";
#include "swig.h"
#include "swigkeys.h"

View file

@ -8,7 +8,7 @@
* deprecated APIs and other features.
* ----------------------------------------------------------------------------- */
char cvsroot_warn_c[] = "$Header$";
char cvsroot_warn_c[] = "$Id$";
#include "swig.h"

View file

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