diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-08 15:31:15 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-08 15:31:15 (GMT) |
commit | 56dbbded838fc6f8e95af96bbbc20519e8a98089 (patch) | |
tree | e3fd01c37ebfc874ab2b82453562b3bdd61f274a /macosx/tclMacOSXNotify.c | |
parent | f5e6fef4338a536102ec83ccbbed76552033e0d8 (diff) | |
download | tcl-56dbbded838fc6f8e95af96bbbc20519e8a98089.zip tcl-56dbbded838fc6f8e95af96bbbc20519e8a98089.tar.gz tcl-56dbbded838fc6f8e95af96bbbc20519e8a98089.tar.bz2 |
Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
Diffstat (limited to 'macosx/tclMacOSXNotify.c')
-rw-r--r-- | macosx/tclMacOSXNotify.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/tclMacOSXNotify.c b/macosx/tclMacOSXNotify.c index ee271e1..3bf5e08 100644 --- a/macosx/tclMacOSXNotify.c +++ b/macosx/tclMacOSXNotify.c @@ -5,9 +5,9 @@ * based notifier, which is the lowest-level part of the Tcl event loop. * This file works together with generic/tclNotify.c. * - * Copyright (c) 1995-1997 Sun Microsystems, Inc. - * Copyright 2001-2009, Apple Inc. - * Copyright (c) 2005-2009 Daniel A. Steffen <das@users.sourceforge.net> + * Copyright © 1995-1997 Sun Microsystems, Inc. + * Copyright © 2001-2009, Apple Inc. + * Copyright © 2005-2009 Daniel A. Steffen <das@users.sourceforge.net> * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. |