Tcl Source Code

Artifact [a1b27adac6]
Login

Artifact a1b27adac619296ae6d780ba3b1f5645547a6cf8:

Attachment "stdarg.patch" to ticket [419692ffff] added by dgp 2001-04-28 12:31:19.
Index: generic/tcl.h
===================================================================
RCS file: /cvsroot/tcl/tcl/generic/tcl.h,v
retrieving revision 1.89
diff -u -r1.89 tcl.h
--- generic/tcl.h	2001/04/24 20:59:18	1.89
+++ generic/tcl.h	2001/04/28 05:27:37
@@ -24,6 +24,9 @@
 
 #ifdef __cplusplus
 extern "C" {
+#  ifndef HAS_STDARG
+#    define HAS_STDARG
+#  endif
 #endif
     
 /*