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:
Viktor Szakats
2012-11-21 15:22:24 +00:00
parent edf37e7247
commit 555b341fa2
6 changed files with 10 additions and 7 deletions

View File

@@ -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 )'

View File

@@ -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 ) );

View File

@@ -1206,7 +1206,6 @@ static RDDFUNCS sqlbaseTable =
HB_FUNC( SQLBASE )
{
;
}
HB_FUNC_STATIC( SQLBASE_GETFUNCTABLE )

View File

@@ -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

View File

@@ -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
;
}
/* *********************************************************************** */

View File

@@ -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