From 2a312e7000c67b83c645d8ca2e103d4ccd41f81b Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 1 Jul 2014 00:08:35 +0100 Subject: [PATCH] fix e19 build --- src/bin/e.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e.h b/src/bin/e.h index 1a743fdf7..dfd3678c5 100644 --- a/src/bin/e.h +++ b/src/bin/e.h @@ -121,7 +121,7 @@ void *alloca (size_t); /* FIXME: remove this hack at some point */ # ifndef EDJE_CLASS -# define EDJE_CLASS EDJE_OBJ_CLASS +# define EDJE_CLASS EDJE_OBJECT_CLASS #endif # ifdef HAVE_HAL