sl@0: /* sl@0: * tclMac.h -- sl@0: * sl@0: * Declarations of Macintosh specific public variables and procedures. sl@0: * sl@0: * Copyright (c) 1997 Sun Microsystems, Inc. sl@0: * sl@0: * See the file "license.terms" for information on usage and redistribution sl@0: * of this file, and for a DISCLAIMER OF ALL WARRANTIES. sl@0: * sl@0: * RCS: @(#) $Id: tclMac.h,v 1.5 2001/11/23 01:27:05 das Exp $ sl@0: */ sl@0: sl@0: #ifndef _TCLMAC sl@0: #define _TCLMAC sl@0: sl@0: #ifndef _TCL sl@0: # include "tcl.h" sl@0: #endif sl@0: #include sl@0: #include sl@0: #include sl@0: sl@0: typedef int (*Tcl_MacConvertEventPtr) _ANSI_ARGS_((EventRecord *eventPtr)); sl@0: sl@0: #include "tclPlatDecls.h" sl@0: sl@0: #endif /* _TCLMAC */