20000424-03:44 GMT+1 Victor Szakats <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
2000-04-24 01:41:26 +00:00
parent ec891d790a
commit 9e7e8924d9
2 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
20000424-03:44 GMT+1 Victor Szakats <info@szelvesz.hu>
* source/compiler/harbour.c
% Small opt.: one frame optimizing call removed.
20000423-19:10 GMT+1 Ryszard Glab <rglab@imid.med.pl>
*source/compiler/harbour.y

View File

@@ -258,9 +258,6 @@ int main( int argc, char * argv[] )
pFunc = pFunc->pNext;
}
if( hb_comp_pInitFunc )
hb_compOptimizeFrames( hb_comp_pInitFunc );
hb_compGenOutput( hb_comp_iLanguage );
}
}