From 99f6da572f455b0ba17c341ec1a63c5826de3ecf Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 22 Feb 2013 05:40:25 +0100 Subject: use typedef for SciTECO integers and make it configurable at configure time * storage size should always be 64 (gint64) to aid macro portability * however, for performance reasons users compiling from source might explicitly compile with 32 bit integers --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 9979ee8..3e6cedb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -48,7 +48,7 @@ #endif namespace Flags { - gint64 ed = 0; + tecoInt ed = 0; } static gchar *eval_macro = NULL; -- cgit v1.2.3