From d33aef3c11c72f67962bd06d59b98044a00e7da1 Mon Sep 17 00:00:00 2001 From: dimitr Date: Fri, 13 Dec 2002 14:50:23 +0000 Subject: [PATCH] Cleanup. --- src/gpre/pretty.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gpre/pretty.cpp b/src/gpre/pretty.cpp index 4f7e3063b4..bd2ecd4ea7 100644 --- a/src/gpre/pretty.cpp +++ b/src/gpre/pretty.cpp @@ -25,7 +25,7 @@ // //____________________________________________________________ // -// $Id: pretty.cpp,v 1.6 2002-12-02 09:43:46 eku Exp $ +// $Id: pretty.cpp,v 1.7 2002-12-13 14:50:23 dimitr Exp $ // #include "firebird.h" @@ -651,6 +651,7 @@ static int print_blr_dtype( CTL control, BOOLEAN print_object) case blr_short: case blr_long: + case blr_int64: case blr_quad: PRINT_BYTE; break;