summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/table.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-08-20 21:16:53 +0000
committerache <ache@FreeBSD.org>1996-08-20 21:16:53 +0000
commit767f6dad9afa95702ccceba3f4a4a0df433c6ad2 (patch)
treefd186652db5e2b389032ef86deb962b469c3d2d7 /lib/libc/locale/table.c
parentb72054ac4e84a412bb420ad1210784d47430ab57 (diff)
downloadFreeBSD-src-767f6dad9afa95702ccceba3f4a4a0df433c6ad2.zip
FreeBSD-src-767f6dad9afa95702ccceba3f4a4a0df433c6ad2.tar.gz
Add Id
Move comment up to place
Diffstat (limited to 'lib/libc/locale/table.c')
-rw-r--r--lib/libc/locale/table.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/locale/table.c b/lib/libc/locale/table.c
index de05433..539f6f0 100644
--- a/lib/libc/locale/table.c
+++ b/lib/libc/locale/table.c
@@ -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,
OpenPOWER on IntegriCloud