Release calc version 2.12.1.12

This commit is contained in:
Landon Curt Noll
2007-02-12 00:25:03 -08:00
parent c773ee736f
commit 253b47942f
11 changed files with 47 additions and 172 deletions

9
decl.h
View File

@@ -19,8 +19,8 @@
* received a copy with calc; if not, write to Free Software Foundation, Inc.
* 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*
* @(#) $Revision: 29.2 $
* @(#) $Id: decl.h,v 29.2 2007/02/11 10:19:14 chongo Exp $
* @(#) $Revision: 29.4 $
* @(#) $Id: decl.h,v 29.4 2007/02/12 03:38:42 chongo Exp $
* @(#) $Source: /usr/local/src/cmd/calc/RCS/decl.h,v $
*
* Under source code control: 2007/02/09 05:24:25
@@ -38,7 +38,10 @@
/*
* Mac OS X macros that promote thread safety
* Mac OS X Thread Local Storage macros
*
* NOTE: The use of -DMACOSX_TLS is extremely experimental. Calc may not
* compile with MACOSX_TLS defined.
*/
#if defined(MACOSX_TLS)