diff options
author | stanton <stanton> | 1999-04-16 00:46:29 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-04-16 00:46:29 (GMT) |
commit | 97464e6cba8eb0008cf2727c15718671992b913f (patch) | |
tree | ce9959f2747257d98d52ec8d18bf3b0de99b9535 /mac/tclMacInt.h | |
parent | a8c96ddb94d1483a9de5e340b740cb74ef6cafa7 (diff) | |
download | tcl-97464e6cba8eb0008cf2727c15718671992b913f.zip tcl-97464e6cba8eb0008cf2727c15718671992b913f.tar.gz tcl-97464e6cba8eb0008cf2727c15718671992b913f.tar.bz2 |
merged tcl 8.1 branch back into the main trunk
Diffstat (limited to 'mac/tclMacInt.h')
-rw-r--r-- | mac/tclMacInt.h | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/mac/tclMacInt.h b/mac/tclMacInt.h index 494cf8b..f721e0f 100644 --- a/mac/tclMacInt.h +++ b/mac/tclMacInt.h @@ -3,12 +3,12 @@ * * Declarations of Macintosh specific shared variables and procedures. * - * Copyright (c) 1996-1997 Sun Microsystems, Inc. + * Copyright (c) 1996-1998 Sun Microsystems, Inc. * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclMacInt.h,v 1.3 1999/03/10 05:52:51 stanton Exp $ + * RCS: @(#) $Id: tclMacInt.h,v 1.4 1999/04/16 00:47:20 stanton Exp $ */ #ifndef _TCLMACINT @@ -46,8 +46,15 @@ */ typedef pascal void (*ExitToShellProcPtr)(void); -#include "tclIntPlatDecls.h" +/* + * Prototypes of Mac only internal functions. + */ +EXTERN char * TclMacGetFontEncoding _ANSI_ARGS_((int fontId)); +EXTERN int TclMacHaveThreads(void); + +#include "tclIntPlatDecls.h" + #pragma export reset #endif /* _TCLMACINT */ |