mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
Add Id
Move comment up to place
This commit is contained in:
parent
6127186d3c
commit
9d6a993656
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17718
@ -32,6 +32,8 @@
|
||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
@ -84,6 +86,9 @@ _RuneLocale _DefaultRuneLocale = {
|
||||
_L|_R|_G|_A, _L|_R|_G|_A, _L|_R|_G|_A, _L|_R|_G|_A,
|
||||
/*78*/ _L|_R|_G|_A, _L|_R|_G|_A, _L|_R|_G|_A, _P|_R|_G,
|
||||
_P|_R|_G, _P|_R|_G, _P|_R|_G, _C,
|
||||
|
||||
/* Populated from ISO 8859-1, attempt to not violate POSIX/ANSI */
|
||||
|
||||
/*80*/ _C, _C, _C, _C,
|
||||
_C, _C, _C, _C,
|
||||
/*88*/ _C, _C, _C, _C,
|
||||
@ -92,9 +97,6 @@ _RuneLocale _DefaultRuneLocale = {
|
||||
_C, _C, _C, _C,
|
||||
/*98*/ _C, _C, _C, _C,
|
||||
_C, _C, _C, _C,
|
||||
|
||||
/* Populated from ISO 8859-1, attempt to not violate POSIX/ANSI */
|
||||
|
||||
/*A0*/ _B|_R, _P|_R|_G, _P|_R|_G, _P|_R|_G,
|
||||
_P|_R|_G, _P|_R|_G, _P|_R|_G, _P|_R|_G,
|
||||
/*A8*/ _P|_R|_G, _P|_R|_G, _P|_R|_G, _P|_R|_G,
|
||||
|
Loading…
Reference in New Issue
Block a user