[pisa-src] r1517 - trunk/libpisa/global.h

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 04 Nov 2009 16:21:10 +0100

Author: tjansen
Date: Wed Nov  4 16:21:09 2009
New Revision: 1517

Log:
Removed unused definition UNDEFINED.

Now it is, as the name states, undefined. \o/

Modified:
   trunk/libpisa/global.h

Modified: trunk/libpisa/global.h
==============================================================================
--- trunk/libpisa/global.h      Wed Nov  4 15:46:45 2009        (r1516)
+++ trunk/libpisa/global.h      Wed Nov  4 16:21:09 2009        (r1517)
@@ -114,8 +114,6 @@
 #define FALSE 0
 #endif
 
-#define UNDEFINED 9999
-
 #if __BYTE_ORDER == __BIG_ENDIAN
   #define hton64(i) (i)
   #define ntoh64(i) (i)

Other related posts:

  • » [pisa-src] r1517 - trunk/libpisa/global.h - Thomas Jansen