Define USE_NON_CONST to avoid warnings when using Tcl 8.4.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 11 Mar 2005 20:45:25 +0000 (20:45 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 11 Mar 2005 20:45:25 +0000 (20:45 +0000)
recctrl/regxread.c

index 70238b5..79d8314 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: regxread.c,v 1.50.2.1 2004-08-15 17:20:22 adam Exp $
+/* $Id: regxread.c,v 1.50.2.2 2005-03-11 20:45:25 adam Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
    Index Data Aps
 
@@ -32,6 +32,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include "grsread.h"
 
 #if HAVE_TCL_H
+#define USE_NON_CONST
 #include <tcl.h>
 
 #if MAJOR_VERSION >= 8