harbour.y
This commit is contained in:
@@ -2227,7 +2227,7 @@ static void hb_compRTVariableGen( char * szCreateFun )
|
||||
HB_RTVAR_PTR pDel;
|
||||
|
||||
/* generate the function call frame */
|
||||
hb_compGenPushSymbol( hb_strdup( szCreateFun ), 1);
|
||||
hb_compGenPushSymbol( hb_strdup( szCreateFun ), TRUE, FALSE );
|
||||
hb_compGenPushNil();
|
||||
|
||||
/* push variable names to create */
|
||||
|
||||
@@ -57,7 +57,7 @@ extern void yy_delete_buffer( void * ); /* yacc functions to manage multiple fil
|
||||
/* lex & yacc related prototypes */
|
||||
#if !defined(__GNUC__) && !defined(__IBMCPP__)
|
||||
#if 0
|
||||
/* This makes BCC 551 fail with Bison 1.30, even with the
|
||||
/* This makes BCC 551 fail with Bison 1.30, even with the
|
||||
supplied harbour.simple file, which makes Bison 1.30 blow.
|
||||
[vszakats] */
|
||||
void __yy_memcpy ( char*, const char*, unsigned int ); /* to satisfy Borland compiler */
|
||||
@@ -2083,4 +2083,4 @@ static void hb_compVariableDim( char * szName, HB_EXPR_PTR pInitValue )
|
||||
hb_compGenPCode3( HB_P_ARRAYDIM, HB_LOBYTE( uCount ), HB_HIBYTE( uCount ), ( BOOL ) 1 );
|
||||
hb_compExprDelete( hb_compExprGenPop( hb_compExprNewVar( szName ) ) );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user