64-bit BER integers. Fixes bug #114.
[yaz-moved-to-github.git] / util / yaz-asncomp
index bbdeb04..bd757fb 100755 (executable)
@@ -4,8 +4,6 @@
 # (c) Index Data 1996-2007
 # See the file LICENSE for details.
 #
-# $Id: yaz-asncomp,v 1.9 2008-01-06 13:02:48 adam Exp $
-#
 
 set yc_version 0.4
 
@@ -1219,11 +1217,11 @@ proc asnBasicEXTERNAL {} {
 }
 
 proc asnBasicINTEGER {} {
-    return {odr_integer {int}}
+    return {odr_integer {odr_int_t}}
 }
 
 proc asnBasicENUMERATED {} {
-    return {odr_enum {int}}
+    return {odr_enum {odr_int_t}}
 }
 
 proc asnBasicNULL {} {