mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 11:24:14 +02:00
* don't give an internal error when freeing an error token in the preprocessor
(mantis #25573) git-svn-id: trunk@26614 -
This commit is contained in:
parent
3b4f59c316
commit
2f741121e9
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -13787,6 +13787,7 @@ tests/webtbs/tw25210.pp svneol=native#text/pascal
|
||||
tests/webtbs/tw2525.pp svneol=native#text/plain
|
||||
tests/webtbs/tw25269.pp svneol=native#text/pascal
|
||||
tests/webtbs/tw25289.pp svneol=native#text/plain
|
||||
tests/webtbs/tw25296.pp svneol=native#text/plain
|
||||
tests/webtbs/tw25318.pp svneol=native#text/pascal
|
||||
tests/webtbs/tw25332.pp svneol=native#text/plain
|
||||
tests/webtbs/tw25332a.pp svneol=native#text/plain
|
||||
|
@ -1294,7 +1294,9 @@ type
|
||||
dispose(pnormalset(value.valueptr));
|
||||
constguid :
|
||||
dispose(pguid(value.valueptr));
|
||||
constord :
|
||||
constord,
|
||||
{ error values }
|
||||
constnone:
|
||||
;
|
||||
else
|
||||
internalerror(2013112802);
|
||||
|
7
tests/webtbs/tw25296.pp
Normal file
7
tests/webtbs/tw25296.pp
Normal file
@ -0,0 +1,7 @@
|
||||
{ %norun }
|
||||
|
||||
{$mode delphi}
|
||||
begin
|
||||
{$IF Declared(XY) And (XY = 56)}WriteLn(56);{$IFEND}
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user