head 1.2; access; symbols OPENPKG_2_STABLE_MP:1.2 OPENPKG_E1_MP_HEAD:1.2 OPENPKG_E1_MP:1.2 OPENPKG_E1_MP_2_STABLE:1.2 OPENPKG_E1_FP:1.2 OPENPKG_2_STABLE_20061018:1.2 OPENPKG_2_STABLE:1.2.0.8 OPENPKG_2_STABLE_BP:1.2 OPENPKG_2_5_SOLID:1.2.0.6 OPENPKG_2_5_SOLID_BP:1.2 OPENPKG_2_4_RELEASE:1.2 OPENPKG_2_4_SOLID:1.2.0.4 OPENPKG_2_4_SOLID_BP:1.2 OPENPKG_2_3_RELEASE:1.2 OPENPKG_2_3_SOLID:1.2.0.2 OPENPKG_2_3_SOLID_BP:1.2 OPENPKG_2_2_RELEASE:1.1 OPENPKG_2_2_SOLID:1.1.0.6 OPENPKG_2_2_SOLID_BP:1.1 OPENPKG_2_1_RELEASE:1.1 OPENPKG_2_1_SOLID:1.1.0.4 OPENPKG_2_1_SOLID_BP:1.1 OPENPKG_2_0_RELEASE:1.1 OPENPKG_2_0_SOLID:1.1.0.2 OPENPKG_2_0_SOLID_BP:1.1; locks; strict; comment @# @; 1.2 date 2004.10.28.10.29.07; author tho; state dead; branches; next 1.1; 1.1 date 2003.08.14.13.23.15; author rse; state Exp; branches; next ; desc @@ 1.2 log @upgrading package: lout 3.29 -> 3.30 @ text @--- z09.c.orig Thu Aug 14 00:09:01 2003 +++ z09.c Thu Aug 14 15:20:08 2003 @@@@ -98,7 +98,7 @@@@ if( type(x) != CLOSURE && type(x) != ENV_OBJ ) { fprintf(stderr, "AttachEnv about to fail on x = \n"); - DebugObject(x); + ifdebug(DCE, DD, DebugObject(x)); } assert( type(x) == CLOSURE || type(x) == ENV_OBJ, "AttachEnv: type(x)!" ); Link(x, env); @ 1.1 log @upgrading package: lout 3.28 -> 3.29 @ text @@