summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-12-15 14:03:26 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-12-15 14:03:26 +0000
commitb1b647e5d7a43bea240596b7a5d7359639939559 (patch)
treef99d5a1fdb2680ef25e9d959ccd834ddba726aba /TAO/TAO_IDL/be_include
parent132e0d57349fa9e02c676c1bccb7534947e01717 (diff)
downloadATCD-b1b647e5d7a43bea240596b7a5d7359639939559.tar.gz
Thu Dec 15 14:02:06 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/be_include')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_typecode/typecode_defn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_typecode/typecode_defn.h b/TAO/TAO_IDL/be_include/be_visitor_typecode/typecode_defn.h
index b1076c723bc..5666dfca547 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_typecode/typecode_defn.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_typecode/typecode_defn.h
@@ -22,7 +22,7 @@
#include "be_visitor_decl.h"
#include "be_visitor_scope.h"
-const int TAO_BE_VISITOR_TYPECODE_DEFN_MAX_STACK_SIZE = 1024;
+const unsigned long TAO_BE_VISITOR_TYPECODE_DEFN_MAX_STACK_SIZE = 1024;
class AST_Structure;
class be_interface_fwd;