From 764db58f53da42e3a8a26ee3c687e3cbff4464ca 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@53 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Source/SWIG1.1/symbol.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SWIG/Source/SWIG1.1/symbol.cxx b/SWIG/Source/SWIG1.1/symbol.cxx index afc5784d2..147e9bad9 100644 --- a/SWIG/Source/SWIG1.1/symbol.cxx +++ b/SWIG/Source/SWIG1.1/symbol.cxx @@ -24,6 +24,8 @@ * *******************************************************************************/ +static char cvstag[] = "$Header$"; + // ----------------------------------------------------------------------------- // Symbol object // -----------------------------------------------------------------------------