diff options
author | Magnus Hagander | 2009-08-27 16:49:41 +0000 |
---|---|---|
committer | Magnus Hagander | 2009-08-27 16:49:41 +0000 |
commit | 7d3511b7774924f8e6de7c0bb6f2815ab04cfc88 (patch) | |
tree | 2bc0ae7feda8718bc2757cff0a7722c8f0a401f6 | |
parent | 5d27759c5e6ea11e0c765a3f89e377b29e8b3978 (diff) |
exports.txt needs to use spaces as separators, not tabs, to work properly
with the sed rules.
-rw-r--r-- | src/interfaces/ecpg/compatlib/exports.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/compatlib/exports.txt b/src/interfaces/ecpg/compatlib/exports.txt index 501b920671..4974e2fd7e 100644 --- a/src/interfaces/ecpg/compatlib/exports.txt +++ b/src/interfaces/ecpg/compatlib/exports.txt @@ -41,4 +41,4 @@ rtypwidth 38 rupshift 39 ldchar 40 byleng 41 -ECPG_informix_reset_sqlca 42 +ECPG_informix_reset_sqlca 42 |