summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-15 02:49:04 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-15 02:49:04 +0000
commitcb816a335ddb9d5f426f921eedb570de53fa130c (patch)
treeef72f4a5ebd1ccd0213cc786b12bc75422bc8d94 /TAO/TAO_IDL/be
parent8742cc1af6f452d07ee2bcd47bbca0d07a6affe1 (diff)
downloadATCD-cb816a335ddb9d5f426f921eedb570de53fa130c.tar.gz
Actually initialize <tao_cg> in BE_init.
Diffstat (limited to 'TAO/TAO_IDL/be')
-rw-r--r--TAO/TAO_IDL/be/be_init.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_init.cpp b/TAO/TAO_IDL/be/be_init.cpp
index 8be66d3756c..4558a32dbb3 100644
--- a/TAO/TAO_IDL/be/be_init.cpp
+++ b/TAO/TAO_IDL/be/be_init.cpp
@@ -53,8 +53,8 @@ Technical Data and Computer Software clause at DFARS 252.227-7013 and FAR
Sun, Sun Microsystems and the Sun logo are trademarks or registered
trademarks of Sun Microsystems, Inc.
-SunSoft, Inc.
-2550 Garcia Avenue
+SunSoft, Inc.
+2550 Garcia Avenue
Mountain View, California 94043
NOTE:
@@ -82,6 +82,7 @@ ACE_RCSID(be, be_init, "$Id$")
AST_Generator *
BE_init()
{
+ tao_cg = TAO_CODEGEN::instance ();
AST_Generator *g = new be_generator();
if (g == NULL) {