xref: /netbsd-src/external/gpl3/gdb/dist/zlib/contrib/delphi/ZLibConst.pas (revision 212397c69a103ae7e5eafa8731ddfae671d2dee7)
1*212397c6Schristos unit ZLibConst;
2*212397c6Schristos 
3*212397c6Schristos interface
4*212397c6Schristos 
5*212397c6Schristos resourcestring
6*212397c6Schristos   sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
7*212397c6Schristos   sInvalidStreamOp = 'Invalid stream operation';
8*212397c6Schristos 
9*212397c6Schristos implementation
10*212397c6Schristos 
11*212397c6Schristos end.
12