diff options
author | das <das> | 2005-05-29 10:32:30 (GMT) |
---|---|---|
committer | das <das> | 2005-05-29 10:32:30 (GMT) |
commit | 54786d28ef0d7d46a878c994a47e8336f783973d (patch) | |
tree | 6dc35aa6ac2ff8f7d28f7e21c42958bf7b27c6e1 /macosx | |
parent | b530b9607ccaa0a6321cbee44840def43676707c (diff) | |
download | tk-54786d28ef0d7d46a878c994a47e8336f783973d.zip tk-54786d28ef0d7d46a878c994a47e8336f783973d.tar.gz tk-54786d28ef0d7d46a878c994a47e8336f783973d.tar.bz2 |
* macosx/tkMacOSXFont.c: use Tcl_Panic instead of panic.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXFont.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXFont.c b/macosx/tkMacOSXFont.c index d74d150..443b0a2 100644 --- a/macosx/tkMacOSXFont.c +++ b/macosx/tkMacOSXFont.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXFont.c,v 1.7 2005/05/14 20:48:15 das Exp $ + * RCS: @(#) $Id: tkMacOSXFont.c,v 1.8 2005/05/29 10:32:30 das Exp $ */ #include <Carbon/Carbon.h> @@ -2113,7 +2113,7 @@ GetUtfFaceName( return mapPtr->utfName; } } - panic("GetUtfFaceName: unexpected nativeName"); + Tcl_Panic("GetUtfFaceName: unexpected nativeName"); return NULL; } |