From 872f416bc5c9e7afebeab8c8607626d09dcd6412 Mon Sep 17 00:00:00 2001 From: Petros Angelatos Date: Fri, 23 Dec 2016 13:03:09 -0800 Subject: [PATCH] tools/lkl: fix undef typo Signed-off-by: Petros Angelatos --- tools/lkl/include/lkl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lkl/include/lkl.h b/tools/lkl/include/lkl.h index 88daa6b674c2cd..b805b6080ef766 100644 --- a/tools/lkl/include/lkl.h +++ b/tools/lkl/include/lkl.h @@ -12,7 +12,7 @@ extern "C" { #endif #include #ifdef __cplusplus -#undef class __lkl__class +#undef class #endif #if __LKL__BITS_PER_LONG == 64