mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-01 15:02:42 +02:00
+ handle -Cp in the first options processing pass
git-svn-id: trunk@29125 -
This commit is contained in:
parent
03521f0413
commit
a237648545
@ -973,6 +973,7 @@ begin
|
||||
(
|
||||
((length(opt)>1) and (opt[2] in ['i','d','v','T','u','n','X','l'])) or
|
||||
((length(opt)>3) and (opt[2]='F') and (opt[3]='e')) or
|
||||
((length(opt)>3) and (opt[2]='C') and (opt[3]='p')) or
|
||||
((length(opt)>3) and (opt[2]='W') and (opt[3]='m'))
|
||||
)
|
||||
) then
|
||||
|
Loading…
Reference in New Issue
Block a user