From 75da14aaa5698658ebc0a40bae84888e6277dcfd Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Wed, 12 Jan 2000 03:42:56 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@53 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/SWIG1.1/symbol.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/SWIG1.1/symbol.cxx b/Source/SWIG1.1/symbol.cxx index afc5784d2..147e9bad9 100644 --- a/Source/SWIG1.1/symbol.cxx +++ b/Source/SWIG1.1/symbol.cxx @@ -24,6 +24,8 @@ * *******************************************************************************/ +static char cvstag[] = "$Header$"; + // ----------------------------------------------------------------------------- // Symbol object // -----------------------------------------------------------------------------