mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-18 07:24:05 +08:00
176ba83391
From-SVN: r88890
12 lines
186 B
ObjectPascal
12 lines
186 B
ObjectPascal
unit ZLibConst;
|
|
|
|
interface
|
|
|
|
resourcestring
|
|
sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
|
|
sInvalidStreamOp = 'Invalid stream operation';
|
|
|
|
implementation
|
|
|
|
end.
|