summaryrefslogtreecommitdiff
path: root/dmake/dbug/malloc/tostring.h
diff options
context:
space:
mode:
Diffstat (limited to 'dmake/dbug/malloc/tostring.h')
-rw-r--r--dmake/dbug/malloc/tostring.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/dmake/dbug/malloc/tostring.h b/dmake/dbug/malloc/tostring.h
deleted file mode 100644
index ccde36db4173..000000000000
--- a/dmake/dbug/malloc/tostring.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * (c) Copyright 1990 Conor P. Cahill (uunet!virtech!cpcahil).
- * You may copy, distribute, and use this software as long as this
- * copyright statement is not removed.
- */
-/*
- * $Id: tostring.h,v 1.2 2006-07-25 10:10:32 rt Exp $
- */
-#define B_BIN 2
-#define B_DEC 10
-#define B_HEX 16
-#define B_OCTAL 8
-