diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2009-07-06 20:29:21 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2009-07-06 20:29:21 (GMT) |
commit | 7ab59fad2f030eb54bbc725605df32e513ebcaa0 (patch) | |
tree | 318369a6546c015a03a943a2dd4174c27c1a38d6 /macosx/tkMacOSXXStubs.c | |
parent | e6d7f679265fc7fe5ca12ee461ee3b5ef44d116a (diff) | |
download | tk-7ab59fad2f030eb54bbc725605df32e513ebcaa0.zip tk-7ab59fad2f030eb54bbc725605df32e513ebcaa0.tar.gz tk-7ab59fad2f030eb54bbc725605df32e513ebcaa0.tar.bz2 |
More marking of files as Objective-C.
Diffstat (limited to 'macosx/tkMacOSXXStubs.c')
-rw-r--r-- | macosx/tkMacOSXXStubs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXXStubs.c b/macosx/tkMacOSXXStubs.c index f3b3cc1..8bef50d 100644 --- a/macosx/tkMacOSXXStubs.c +++ b/macosx/tkMacOSXXStubs.c @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXXStubs.c,v 1.32 2009/06/29 14:35:01 das Exp $ + * RCS: @(#) $Id: tkMacOSXXStubs.c,v 1.33 2009/07/06 20:29:21 dkf Exp $ */ #include "tkMacOSXPrivate.h" @@ -1335,7 +1335,7 @@ Tk_ResetUserInactiveTime( /* * Local Variables: - * mode: c + * mode: objc * c-basic-offset: 4 * fill-column: 79 * coding: utf-8 |