summaryrefslogtreecommitdiff
path: root/compiler/utils/fixlog.pp
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2011-09-27 20:22:40 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2011-09-27 20:22:40 +0000
commit8b5b89db30881fce287cda10fc220fc91e4986df (patch)
treea186ac6f47512a8481b5f6f2bdcc08653eb44edd /compiler/utils/fixlog.pp
parent707ed84c1a5daaf21b6dc091aed6cbcc7a5fc5bf (diff)
downloadfpc-8b5b89db30881fce287cda10fc220fc91e4986df.tar.gz
* patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@19256 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/utils/fixlog.pp')
-rw-r--r--compiler/utils/fixlog.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/utils/fixlog.pp b/compiler/utils/fixlog.pp
index 4f5a7a932a..750b628878 100644
--- a/compiler/utils/fixlog.pp
+++ b/compiler/utils/fixlog.pp
@@ -53,9 +53,9 @@ begin
write('processing ',fn,': ');
assign(t,fn);
assign(f,'fixlog.tmp');
- {$I-}
+ {$push}{$I-}
reset(t);
- {$I+}
+ {$pop}
if ioresult<>0 then
begin
writeln('error!');