diff utils.h @ 166:4ea0ce804d22

Don't need digits[], take it back out.
author David A. Holland
date Fri, 12 Jun 2015 01:31:49 -0400
parents d6e6b3940780
children 4c3375895c6e
line wrap: on
line diff
--- a/utils.h	Fri Jun 12 01:30:13 2015 -0400
+++ b/utils.h	Fri Jun 12 01:31:49 2015 -0400
@@ -46,7 +46,7 @@
 
 extern const char ws[];
 extern const char alnum[];
-extern const char digits[];
+
 
 void *domalloc(size_t len);
 void *dorealloc(void *ptr, size_t oldlen, size_t newlen);