* introduced NULL
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 2 Feb 2003 20:42:07 +0000 (20:42 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 2 Feb 2003 20:42:07 +0000 (20:42 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2206 4a8a32a2-be11-0410-ad9d-d568d2c75423

device/examples/ds390/ow390/thermo21.h

index 34ce63c67a141ad2203aa7525b1fefeaefd12d46..fb48aa0c93ddfebd5120cb648db1cf2cc80d33b2 100644 (file)
 //  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)