From 2af53f5ac7d9a6e1ddc320e2d5606364488a8593 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Wed, 26 Dec 2018 12:20:40 +0900 Subject: [PATCH] vector: fix wrong naming. Change-Id: Iada0616b97642f419c5a99bd4ddd98437f4154a5 --- src/vector/vglobal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vector/vglobal.h b/src/vector/vglobal.h index f1d3a07..173a36f 100644 --- a/src/vector/vglobal.h +++ b/src/vector/vglobal.h @@ -34,7 +34,7 @@ typedef uint8_t uchar; #include "vdebug.h" #if __GNUC__ >= 7 -#define EINA_FALLTHROUGH __attribute__ ((fallthrough)); +#define VECTOR_FALLTHROUGH __attribute__ ((fallthrough)); #else #define VECTOR_FALLTHROUGH #endif -- 2.7.4