2012-11-21 16:20 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/hbsqlit3/core.c
* contrib/rddsql/sqlbase.c
* extras/gtwvw/gtwvwd.c
* src/rtl/gtsln/mousesln.c
* src/vm/classes.c
* deleted excessive ';' line closing operators
This commit is contained in:
@@ -10,6 +10,14 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2012-11-21 16:20 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/hbsqlit3/core.c
|
||||
* contrib/rddsql/sqlbase.c
|
||||
* extras/gtwvw/gtwvwd.c
|
||||
* src/rtl/gtsln/mousesln.c
|
||||
* src/vm/classes.c
|
||||
* deleted excessive ';' line closing operators
|
||||
|
||||
2012-11-21 15:55 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* include/hbtrace.h
|
||||
! fixed empty HB_TRACE() definitions to be 'do {} while( 0 )'
|
||||
|
||||
@@ -942,7 +942,7 @@ HB_FUNC( SQLITE3_DB_HANDLE )
|
||||
|
||||
if( pStmt )
|
||||
{
|
||||
;
|
||||
/* ... */
|
||||
}
|
||||
else
|
||||
hb_errRT_BASE_SubstR( EG_ARG, 0, NULL, HB_ERR_FUNCNAME, 1, hb_paramError( 1 ) );
|
||||
|
||||
@@ -1206,7 +1206,6 @@ static RDDFUNCS sqlbaseTable =
|
||||
|
||||
HB_FUNC( SQLBASE )
|
||||
{
|
||||
;
|
||||
}
|
||||
|
||||
HB_FUNC_STATIC( SQLBASE_GETFUNCTABLE )
|
||||
|
||||
@@ -371,7 +371,7 @@ LONG GetFontDialogUnits( HWND h, HFONT f )
|
||||
hDc = GetDC( h );
|
||||
|
||||
//with the current font attributes, select the font
|
||||
hFont = f; //GetStockObject(ANSI_VAR_FONT) ;
|
||||
hFont = f; //GetStockObject(ANSI_VAR_FONT);
|
||||
hFontOld = ( HFONT ) SelectObject( hDc, &hFont );
|
||||
|
||||
//get its length, then calculate the average character width
|
||||
|
||||
@@ -447,7 +447,6 @@ void hb_gt_sln_mouse_Show( PHB_GT pGT )
|
||||
if( hb_sln_UnderLinuxConsole && s_bMousePresent )
|
||||
Gpm_DrawPointer( s_iMouseCol, s_iMouseRow, gpm_consolefd );
|
||||
#endif
|
||||
;
|
||||
}
|
||||
|
||||
/* *********************************************************************** */
|
||||
@@ -459,7 +458,6 @@ void hb_gt_sln_mouse_Hide( PHB_GT pGT )
|
||||
#if defined( HB_HAS_GPM )
|
||||
gpm_visiblepointer = 0;
|
||||
#endif
|
||||
;
|
||||
}
|
||||
|
||||
/* *********************************************************************** */
|
||||
|
||||
@@ -4882,12 +4882,10 @@ HB_FUNC_STATIC( msgSetData )
|
||||
HB_FUNC_STATIC( msgVirtual )
|
||||
{
|
||||
/* hb_ret(); */ /* NOTE: It's safe to comment this out */
|
||||
;
|
||||
}
|
||||
|
||||
HB_FUNC_STATIC( msgNull )
|
||||
{
|
||||
;
|
||||
}
|
||||
|
||||
#ifndef HB_NO_PROFILER
|
||||
|
||||
Reference in New Issue
Block a user