You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
Avoid typedef redefinition in tclsqlite3.c
This commit is contained in:
@@ -52,8 +52,6 @@
|
||||
/* Compatability between Tcl8.6 and Tcl9.0 */
|
||||
#if TCL_MAJOR_VERSION==9
|
||||
# define CONST const
|
||||
#elif !defined(Tcl_Size)
|
||||
typedef int Tcl_Size;
|
||||
#endif
|
||||
#ifndef Tcl_BounceRefCount
|
||||
# define Tcl_BounceRefCount(X) Tcl_IncrRefCount(X); Tcl_DecrRefCount(X)
|
||||
|
||||
Reference in New Issue
Block a user