[orbitcpp-commits] orbitcpp philipd
Status: Beta
Brought to you by:
philipd
From: Phil D. <ph...@us...> - 2000-06-20 06:39:57
|
CVSROOT: /cvsroot/orbitcpp Module name: orbitcpp Changes by: philipd 00/06/19 23:36:25 Modified files: compiler : language.cc pass_skels.cc pass_xlate.cc Log message: Compiler fixes: - Fixed indentation in cpp-common.hh files - Fixed bug which causes crashes when using inheritance and base interface has been forward declared. (if anyone's interested, the forward dcl was being found by the derived interface instead of the base interface proper, so none of the delegation methods were being written. The fix replaces the compiler forward dcl inteface with the full declared interface as soon as the compiler passes over it.) |