projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1722fac
)
Define USE_NON_CONST to avoid warnings when using Tcl 8.4.
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 11 Mar 2005 20:45:25 +0000
(20:45 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 11 Mar 2005 20:45:25 +0000
(20:45 +0000)
recctrl/regxread.c
patch
|
blob
|
history
diff --git
a/recctrl/regxread.c
b/recctrl/regxread.c
index
70238b5
..
79d8314
100644
(file)
--- a/
recctrl/regxread.c
+++ b/
recctrl/regxread.c
@@
-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
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
#include "grsread.h"
#if HAVE_TCL_H
+#define USE_NON_CONST
#include <tcl.h>
#if MAJOR_VERSION >= 8
#include <tcl.h>
#if MAJOR_VERSION >= 8