Changed Header to Id

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9610 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2006-12-05 22:14:31 +00:00
commit 8a9b2cbdb1
5 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@
* SWIG parser module.
* ----------------------------------------------------------------------------- */
/* $Header$ */
/* $Id$ */
#ifndef SWIG_CPARSE_H_
#define SWIG_CPARSE_H_

View file

@ -7,7 +7,7 @@
* SWIG tokenizer.
* ----------------------------------------------------------------------------- */
char cvsroot_cscanner_c[] = "$Header$";
char cvsroot_cscanner_c[] = "$Id$";
#include "cparse.h"
#include "parser.h"

View file

@ -13,7 +13,7 @@
#define yylex yylex
char cvsroot_parser_y[] = "$Header$";
char cvsroot_parser_y[] = "$Id$";
#include "swig.h"
#include "swigkeys.h"

View file

@ -7,7 +7,7 @@
* Expands a template into a specialized version.
* ----------------------------------------------------------------------------- */
char cvsroot_templ_c[] = "$Header$";
char cvsroot_templ_c[] = "$Id$";
#include "swig.h"
#include "swigkeys.h"

View file

@ -7,7 +7,7 @@
* Parsing utilities.
* ----------------------------------------------------------------------------- */
char cvsroot_util_c[] = "$Header$";
char cvsroot_util_c[] = "$Id$";
#include "swig.h"
#include "swigkeys.h"