From 744e044abfaad2976a27fe1d45c528fb86dd661a Mon Sep 17 00:00:00 2001 From: Michi Henning Date: Mon, 8 Jul 2002 07:10:08 +0000 Subject: Changed parser to use new strToInt64() function. Makes for much cleaner code. --- cpp/src/Slice/GrammarUtil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/Slice/GrammarUtil.h') diff --git a/cpp/src/Slice/GrammarUtil.h b/cpp/src/Slice/GrammarUtil.h index a3fc29b74d2..e3204a85047 100644 --- a/cpp/src/Slice/GrammarUtil.h +++ b/cpp/src/Slice/GrammarUtil.h @@ -98,7 +98,7 @@ class SLICE_API IntegerTok : public GrammarBase public: IntegerTok() { } - Long v; + IceUtil::Int64 v; }; // ---------------------------------------------------------------------- -- cgit v1.2.3