summaryrefslogtreecommitdiffstats
path: root/src/htmlparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htmlparse.h')
-rw-r--r--src/htmlparse.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/htmlparse.h b/src/htmlparse.h
index a5ae83f..b5cd34d 100644
--- a/src/htmlparse.h
+++ b/src/htmlparse.h
@@ -81,7 +81,8 @@ struct HtmlSpaceElement {
Html_u8 ascent; /* height above the baseline */
Html_u8 descent; /* depth below the baseline */
};
-#define HtmlAlloc(A) ((void*)Tcl_Alloc(A))
+/*#define HtmlAlloc(A) ((void*)Tcl_Alloc(A))*/
+void* HtmlAlloc(size_t);
#if !defined(HAVE_STRICMP)
# define strnicmp strncasecmp
#endif