diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2009-01-09 11:21:45 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2009-01-09 11:21:45 (GMT) |
| commit | 2dadec88757fb1abc3ca7e04059fbb468b155e72 (patch) | |
| tree | 4aa51d7f8297e2b7b5f11c316610f06e345c362d /unix/tclUnixInit.c | |
| parent | 175fb09aa08bead3254d6b8c14216e178ee152e0 (diff) | |
| download | tcl-2dadec88757fb1abc3ca7e04059fbb468b155e72.zip tcl-2dadec88757fb1abc3ca7e04059fbb468b155e72.tar.gz tcl-2dadec88757fb1abc3ca7e04059fbb468b155e72.tar.bz2 | |
Style fixes (unfouling whitespace, sorting comments, removing useless casts, etc.)
Diffstat (limited to 'unix/tclUnixInit.c')
| -rw-r--r-- | unix/tclUnixInit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c index 03c0cd6..2df4d2a 100644 --- a/unix/tclUnixInit.c +++ b/unix/tclUnixInit.c @@ -7,7 +7,7 @@ * Copyright (c) 1999 by Scriptics Corporation. * All rights reserved. * - * RCS: @(#) $Id: tclUnixInit.c,v 1.85 2008/09/25 14:30:21 dkf Exp $ + * RCS: @(#) $Id: tclUnixInit.c,v 1.86 2009/01/09 11:21:46 dkf Exp $ */ #include "tclInt.h" @@ -18,7 +18,7 @@ # ifdef __APPLE__ # if defined(HAVE_WEAK_IMPORT) && MAC_OS_X_VERSION_MIN_REQUIRED < 1030 /* Support for weakly importing nl_langinfo on Darwin. */ -# define WEAK_IMPORT_NL_LANGINFO +# define WEAK_IMPORT_NL_LANGINFO extern char *nl_langinfo(nl_item) WEAK_IMPORT_ATTRIBUTE; # endif # endif |
