diff options
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -70,16 +70,6 @@ typedef int Comparison; #define comparisonText(c) ((c)?((c)<0?"Less":"Greater"):"Equal") #endif -#if 0 -typedef union -{ - int i; - unsigned u; - void *p; - void *(*fp) (); -} Union; -#endif - /***====================================================================***/ extern Opaque uAlloc(unsigned /* size */ |