Commit a623ef6e by Benjamin Kosnik Committed by Benjamin Kosnik

2001-09-10 Benjamin Kosnik <bkoz@redhat.com>

	* config/locale/moneypunct_members_generic.cc
	(money_base::_S_construct_pattern): Remove unused parameters.

From-SVN: r45518
parent 1603cd96
2001-09-10 Benjamin Kosnik <bkoz@redhat.com> 2001-09-10 Benjamin Kosnik <bkoz@redhat.com>
* config/locale/moneypunct_members_generic.cc
(money_base::_S_construct_pattern): Remove unused parameters.
2001-09-10 Benjamin Kosnik <bkoz@redhat.com>
* include/Makefile.am (stamp-target): Remove link to self. * include/Makefile.am (stamp-target): Remove link to self.
* inclulde/Makefile.in: Regenerate. * inclulde/Makefile.in: Regenerate.
......
...@@ -40,7 +40,7 @@ namespace std ...@@ -40,7 +40,7 @@ namespace std
// Construct and return valid pattern consisting of some combination of: // Construct and return valid pattern consisting of some combination of:
// space none symbol sign value // space none symbol sign value
money_base::pattern money_base::pattern
money_base::_S_construct_pattern(char __preceeds, char __space, char __posn) money_base::_S_construct_pattern(char, char, char)
{ return _S_default_pattern; } { return _S_default_pattern; }
template<> template<>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment