1103447Skan// Locale internal implementation header -*- C++ -*-
2103447Skan
3103447Skan// Copyright (C) 2002 Free Software Foundation, Inc.
4103447Skan//
5103447Skan// This file is part of the GNU ISO C++ Library.  This library is free
6103447Skan// software; you can redistribute it and/or modify it under the
7103447Skan// terms of the GNU General Public License as published by the
8103447Skan// Free Software Foundation; either version 2, or (at your option)
9103447Skan// any later version.
10103447Skan
11103447Skan// This library is distributed in the hope that it will be useful,
12103447Skan// but WITHOUT ANY WARRANTY; without even the implied warranty of
13103447Skan// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14103447Skan// GNU General Public License for more details.
15103447Skan
16103447Skan// You should have received a copy of the GNU General Public License along
17103447Skan// with this library; see the file COPYING.  If not, write to the Free
18169691Skan// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
19103447Skan// USA.
20103447Skan
21103447Skan// As a special exception, you may use this file as part of a free software
22103447Skan// library without restriction.  Specifically, if other files instantiate
23103447Skan// templates or use macros or inline functions from this file, or you compile
24103447Skan// this file and link it with other files to produce an executable, this
25103447Skan// file does not by itself cause the resulting executable to be covered by
26103447Skan// the GNU General Public License.  This exception does not however
27103447Skan// invalidate any other reasons why the executable file might be covered by
28103447Skan// the GNU General Public License.
29103447Skan
30103447Skan// The generic locale code doesn't need to do anything here (yet)
31