diff options
author | Lars Thorsen <[email protected]> | 2012-03-06 12:39:12 +0100 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2012-03-21 07:46:52 +0100 |
commit | 679361671977eaa6600b784a0b4e4b5c9ae4bb2a (patch) | |
tree | c055c6e0a5ccd9832524f998feedfbc61d150828 /lib/xmerl/src/xmerl_sax_parser_base.erlsrc | |
parent | a3fc8eb0ed691f240023bd24bb74541020e243c4 (diff) | |
download | otp-679361671977eaa6600b784a0b4e4b5c9ae4bb2a.tar.gz otp-679361671977eaa6600b784a0b4e4b5c9ae4bb2a.tar.bz2 otp-679361671977eaa6600b784a0b4e4b5c9ae4bb2a.zip |
Fix continuation error
Diffstat (limited to 'lib/xmerl/src/xmerl_sax_parser_base.erlsrc')
-rw-r--r-- | lib/xmerl/src/xmerl_sax_parser_base.erlsrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/xmerl/src/xmerl_sax_parser_base.erlsrc b/lib/xmerl/src/xmerl_sax_parser_base.erlsrc index c25cde0472..e988c49292 100644 --- a/lib/xmerl/src/xmerl_sax_parser_base.erlsrc +++ b/lib/xmerl/src/xmerl_sax_parser_base.erlsrc @@ -39,6 +39,9 @@ %% Internal exports %%---------------------------------------------------------------------- -export([ + cf/3, + cf/4, + cf/5 ]). %%---------------------------------------------------------------------- |