Tcl Source Code

Artifact [9598ec1b52]
Login

Artifact 9598ec1b52cea873419e4fd53c64a890629095e0:

Attachment "diff.txt" to ticket [509340ffff] added by davygrvy 2002-01-28 06:45:14.
Index: tcl.h
===================================================================
RCS file: /cvsroot/tcl/tcl/generic/tcl.h,v
retrieving revision 1.111
diff -c -r1.111 tcl.h
*** tcl.h	2002/01/25 20:40:55	1.111
--- tcl.h	2002/01/27 23:03:35
***************
*** 325,331 ****
  #endif
  
  #ifndef _CLIENTDATA
! #   if defined(__STDC__) || defined(__cplusplus) || defined(__BORLANDC__)
      typedef void *ClientData;
  #   else
      typedef int *ClientData;
--- 325,331 ----
  #endif
  
  #ifndef _CLIENTDATA
! #   if defined(__STDC__) || defined(__cplusplus) || defined(__BORLANDC__) || defined(_MSC_VER)
      typedef void *ClientData;
  #   else
      typedef int *ClientData;