URL
https://opencores.org/ocsvn/or1k/or1k/trunk
[/] [or1k/] [trunk/] [insight/] [tcl/] [mac/] [tclMacDNR.c] - Blame information for rev 1771
Go to most recent revision |
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
578 |
markom |
/*
|
2 |
|
|
* tclMacDNR.c
|
3 |
|
|
*
|
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.
|
12 |
|
|
*
|
13 |
|
|
* Copyright (c) 1997 Sun Microsystems, Inc.
|
14 |
|
|
*
|
15 |
|
|
* See the file "license.terms" for information on usage and redistribution
|
16 |
|
|
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
17 |
|
|
*
|
18 |
|
|
* RCS: @(#) $Id: tclMacDNR.c,v 1.1.1.1 2002-01-16 10:25:30 markom Exp $
|
19 |
|
|
*/
|
20 |
|
|
|
21 |
|
|
#pragma ANSI_strict off
|
22 |
|
|
#include <dnr.c>
|
23 |
|
|
#pragma ANSI_strict reset
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.