commit | 07720fe4fe4f3399246e15f0ad38a22869bd1e98 | [log] [tgz] |
---|---|---|
author | John Criswell <criswell@uiuc.edu> | Fri Feb 06 16:36:42 2004 +0000 |
committer | John Criswell <criswell@uiuc.edu> | Fri Feb 06 16:36:42 2004 +0000 |
tree | de5bca931559586da8c46fc3b7036b85d5f1b75b | |
parent | 55927236e853743eae4cbbffc5ce8f63d57548e4 [diff] [blame] |
Initial checking of the zlib library. llvm-svn: 11148
diff --git a/llvm/runtime/zlib/contrib/delphi/ZLibConst.pas b/llvm/runtime/zlib/contrib/delphi/ZLibConst.pas new file mode 100644 index 0000000..cdfe136 --- /dev/null +++ b/llvm/runtime/zlib/contrib/delphi/ZLibConst.pas
@@ -0,0 +1,11 @@ +unit ZLibConst; + +interface + +resourcestring + sTargetBufferTooSmall = 'ZLib error: target buffer may be too small'; + sInvalidStreamOp = 'Invalid stream operation'; + +implementation + +end.