From d68b82804a09911b5bda2ad70548624c84c34242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 27 Apr 2004 23:51:09 +0000 Subject: [PATCH] Removed definition of internal_function - unfortunately, I don't remember why I did that, but lets hope for the best. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7339 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/posix/glibc/intl/loadinfo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/kernel/libroot/posix/glibc/intl/loadinfo.h b/src/kernel/libroot/posix/glibc/intl/loadinfo.h index c2b6971b36..5a5f4f8c43 100644 --- a/src/kernel/libroot/posix/glibc/intl/loadinfo.h +++ b/src/kernel/libroot/posix/glibc/intl/loadinfo.h @@ -40,9 +40,9 @@ # endif #endif -#ifndef internal_function -# define internal_function -#endif +//#ifndef internal_function +//# define internal_function +//#endif /* Tell the compiler when a conditional or integer expression is almost always true or almost always false. */