From ab742d9126a9a076bc29acb96052c58746a4fd6f Mon Sep 17 00:00:00 2001 From: crazyBaboon Date: Fri, 13 Sep 2019 12:04:41 +0100 Subject: [PATCH] Use C style comment C++ style comments are not allowed in ISO C89 --- nuklear.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuklear.h b/nuklear.h index c734019..53735b2 100644 --- a/nuklear.h +++ b/nuklear.h @@ -6087,8 +6087,8 @@ nk_sin(float x) NK_LIB float nk_cos(float x) { - // New implementation. Also generated using lolremez. - // Old version significantly deviated from expected results. + /* New implementation. Also generated using lolremez. */ + /* Old version significantly deviated from expected results. */ NK_STORAGE const float a0 = 9.9995999154986614e-1f; NK_STORAGE const float a1 = 1.2548995793001028e-3f; NK_STORAGE const float a2 = -5.0648546280678015e-1f;