From ffcc9c7b6c0c90e874db7641db58d9c82eab142c Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Mon, 2 Jan 2006 17:57:26 +0000 Subject: [PATCH] Added glibl8n, fixed ruby define of _ --- gnoemoe/gm-support.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnoemoe/gm-support.h b/gnoemoe/gm-support.h index 628fcca..a6e9133 100644 --- a/gnoemoe/gm-support.h +++ b/gnoemoe/gm-support.h @@ -7,10 +7,11 @@ #include #include +#undef _ +#include /* * Standard gettext macros. - */ #ifdef ENABLE_NLS # include # undef _ @@ -31,6 +32,7 @@ #endif # define N_(String) (String) #endif +*/ #define CALC_COLOR_RANGE(x) (int)((-(1/((x * 0.5)+1))+1)*255)