Kaydet (Commit) fe6c9ad2 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS geordi2q11 (1.1.1.1.82); FILE MERGED

2003/12/15 17:20:00 hr 1.1.1.1.82.1: #111934#: join CWS ooo111fix1
üst 1d815c7f
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: c_rcode.cxx,v $ * $RCSfile: c_rcode.cxx,v $
* *
* $Revision: 1.1.1.1 $ * $Revision: 1.2 $
* *
* last change: $Author: np $ $Date: 2002-03-08 14:45:29 $ * last change: $Author: vg $ $Date: 2003-12-17 18:35:42 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -73,6 +73,25 @@ ...@@ -73,6 +73,25 @@
#include <x_parse.hxx> #include <x_parse.hxx>
#include "pe_file.hxx" #include "pe_file.hxx"
#ifdef IRIX
// see i19418 incomplete type for cpp::PE_Namespace
#include "pe_namsp.hxx"
#include "pe_ignor.hxx"
#include "pe_defs.hxx"
#include "pe_vafu.hxx"
#include "pe_tydef.hxx"
#include "pe_tpltp.hxx"
#include "pe_type.hxx"
#include "pe_vari.hxx"
#include "pe_funct.hxx"
#include "pe_enum.hxx"
#include "pe_param.hxx"
#include "pe_class.hxx"
#include "pe_expression.hxx"
#include "pe_base.hxx"
#include "pe_enum.hxx"
#include "pe_enval.hxx"
#endif
const uintt C_nNO_TRY = uintt(-1); const uintt C_nNO_TRY = uintt(-1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment