mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 12:25:59 +02:00
* set correct compiler flags
git-svn-id: trunk@46390 -
This commit is contained in:
parent
108e78d441
commit
7da2ee4578
@ -347,7 +347,7 @@ begin
|
|||||||
yyval := yyv[yysp-0];
|
yyval := yyv[yysp-0];
|
||||||
end;
|
end;
|
||||||
90 : begin
|
90 : begin
|
||||||
yyval.yyTFileStream:= TFileStream.Create(yyv[yysp-0].yyrcstrtype.v^, fmOpenRead or fmShareDenyWrite);
|
yyval.yyTFileStream:= TFileStream.Create(ExpandFileName(yyv[yysp-0].yyrcstrtype.v^), fmOpenRead or fmShareDenyWrite);
|
||||||
end;
|
end;
|
||||||
91 : begin
|
91 : begin
|
||||||
string_new_uni(yyval.yyrcstrtype, @strbuf[0], strbuflen, opt_code_page, true);
|
string_new_uni(yyval.yyrcstrtype, @strbuf[0], strbuflen, opt_code_page, true);
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
{$mode objfpc}{$H+}
|
||||||
|
{$COPERATORS ON}
|
||||||
|
{$GOTO ON}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
SysUtils, Classes, StrUtils, Contnrs, lexlib, yacclib, resource,
|
SysUtils, Classes, StrUtils, Contnrs, lexlib, yacclib, resource,
|
||||||
acceleratorsresource, groupiconresource, stringtableresource,
|
acceleratorsresource, groupiconresource, stringtableresource,
|
||||||
|
Loading…
Reference in New Issue
Block a user