From d5cc03fbdc5d6c71e1eabd4d05dbb35e5a62dcd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Mon, 24 Dec 2012 13:38:17 +0000 Subject: [PATCH] [INTERPRETER] * BUG: Add the Even() and Odd() routines to the information file. git-svn-id: svn://localhost/gambas/trunk@5468 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- main/gbx/gbx_class_info.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main/gbx/gbx_class_info.c b/main/gbx/gbx_class_info.c index 772e2a962..24fe8dc8d 100644 --- a/main/gbx/gbx_class_info.c +++ b/main/gbx/gbx_class_info.c @@ -312,6 +312,9 @@ static GB_DESC NATIVE_GambasLanguage[] = GB_METHOD("Unquote", "s", NULL, "(String)s"), GB_METHOD("Unquote$", "s", NULL, "(String)s"), + GB_METHOD("Odd", "b", NULL, "(Value)i"), + GB_METHOD("Even", "b", NULL, "(Value)i"), + GB_METHOD("IsNan", "b", NULL, "(Value)f"), GB_METHOD("IsInf", "i", NULL, "(Value)f"),