repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
range_int_cst_p handling in extract_range_from_binary_expr_1
[official-gcc.git]
/
zlib
/
contrib
/
delphi
/
ZLibConst.pas
blob
cdfe13671d354465f5054630720a1d2b6c02ce79
1
unit
ZLibConst
;
2
3
interface
4
5
resourcestring
6
sTargetBufferTooSmall
=
'ZLib error: target buffer may be too small'
;
7
sInvalidStreamOp
=
'Invalid stream operation'
;
8
9
implementation
10
11
end
.