diff options
| author | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-10 18:05:19 +0000 |
|---|---|---|
| committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-10 18:05:19 +0000 |
| commit | b6a30b1048c5f841bec46b0aaf1063a727522b08 (patch) | |
| tree | d197859be1e5c08616ca3e477354fb33c290c269 /databases/xbase/files/patch-xbase::stack.cpp | |
| parent | update to 2.40 (diff) | |
Add xbase 2.0.0, an xbase (i.e. dBase, FoxPro, etc.) compatible
C++ class library.
Approved by: pav (mentor).
Notes
Notes:
svn path=/head/; revision=106676
Diffstat (limited to 'databases/xbase/files/patch-xbase::stack.cpp')
| -rw-r--r-- | databases/xbase/files/patch-xbase::stack.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/xbase/files/patch-xbase::stack.cpp b/databases/xbase/files/patch-xbase::stack.cpp new file mode 100644 index 000000000000..d54616fa5a9b --- /dev/null +++ b/databases/xbase/files/patch-xbase::stack.cpp @@ -0,0 +1,12 @@ +--- xbase/stack.cpp.orig Fri Nov 10 20:04:17 2000 ++++ xbase/stack.cpp Sat Nov 22 21:57:49 2003 +@@ -59,7 +59,8 @@ + + #include <string.h> + #include <stdlib.h> +-#include <iostream.h> ++#include <iostream> ++using std::cout; + + #include <xbase/xstack.h> + |
