os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/mac/tclMacDNR.c
First public contribution.
4 * This file actually just includes the file "dnr.c" provided by
5 * Apple Computer and redistributed by MetroWerks (and other compiler
6 * vendors.) Unfortunantly, despite various bug reports, dnr.c uses
7 * C++ style comments and will not compile under the "ANSI Strict"
8 * mode that the rest of Tcl compiles under. Furthermore, the Apple
9 * license prohibits me from redistributing a corrected version of
10 * dnr.c. This file uses a pragma to turn off the Strict ANSI option
11 * and then includes the dnr.c file.
13 * Copyright (c) 1997 Sun Microsystems, Inc.
15 * See the file "license.terms" for information on usage and redistribution
16 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
18 * RCS: @(#) $Id: tclMacDNR.c,v 1.2 1998/09/14 18:40:04 stanton Exp $
21 #pragma ANSI_strict off
23 #pragma ANSI_strict reset