diff options
author | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-10 06:44:29 +0000 |
---|---|---|
committer | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-10 06:44:29 +0000 |
commit | d25aaed7a7b4dbcd189a9b567c0f65023bdee922 (patch) | |
tree | 7ab6c778040ca5405622de6be426f45f08f4de24 /tests/Buffer_Stream_Test.cpp | |
parent | 36882357be85f74c0566c4783f805c4753cb411a (diff) | |
download | ATCD-d25aaed7a7b4dbcd189a9b567c0f65023bdee922.tar.gz |
Support for Borland C++ 5.x as DLL
Diffstat (limited to 'tests/Buffer_Stream_Test.cpp')
-rw-r--r-- | tests/Buffer_Stream_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Buffer_Stream_Test.cpp b/tests/Buffer_Stream_Test.cpp index 6959a52939f..4d77da34c1f 100644 --- a/tests/Buffer_Stream_Test.cpp +++ b/tests/Buffer_Stream_Test.cpp @@ -157,7 +157,7 @@ int Consumer::svc (void) { ACE_Message_Block *mb = 0; - int result = 0; + int result; char *c = ACE_ALPHABET; char *output; |