From 8d371ae378bf56b89a19dd36736d9a202b3ba087 Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Sun, 2 Feb 2003 20:42:07 +0000 Subject: [PATCH] * introduced NULL git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2206 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/examples/ds390/ow390/thermo21.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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) -- 2.30.2