From: bernhardheld Date: Sun, 2 Feb 2003 20:42:07 +0000 (+0000) Subject: * introduced NULL X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=8d371ae378bf56b89a19dd36736d9a202b3ba087;p=fw%2Fsdcc * introduced NULL git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2206 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/device/examples/ds390/ow390/thermo21.h b/device/examples/ds390/ow390/thermo21.h index 34ce63c6..fb48aa0c 100644 --- a/device/examples/ds390/ow390/thermo21.h +++ b/device/examples/ds390/ow390/thermo21.h @@ -27,16 +27,15 @@ // thermo.h - Include file for Thermochron demo. // // Version: 2.00 -// +// // History: -// 1.03 -> 2.00 Reorganization of Public Domain Kit +// 1.03 -> 2.00 Reorganization of Public Domain Kit #ifndef THERMO_TYPES #define THERMO_TYPES // hacks for sdcc->TINI -#define NULL ((void*)0) #define FILE void #define stdin ((void *)0) #define stdout ((void *)0)