diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-12 03:22:25 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-12 03:22:25 +0000 |
commit | e963e14bea1af4d680f767c3da2d06af5343395f (patch) | |
tree | a9f5fa6ff4114b38f6bdd2a303fd1262ec4344af /libstdc++-v3/config/os/gnu-linux | |
parent | 808b87dc978a9316704af04362a96fb58933975d (diff) | |
download | gcc-e963e14bea1af4d680f767c3da2d06af5343395f.tar.gz |
2001-12-11 Benjamin Kosnik <bkoz@redhat.com>
* config/os/generic/bits/ctype_inline.h: Remove spaces.
* config/os/gnu-linux/bits/ctype_noninline.h: Same.
* include/bits/locale_facets.h (__num_base): Move double data
members to first in class.
* include/bits/locale_facets.tcc: Re-arrange, tweak.
* src/locale.cc: Clean.
*include/bits/stl_vector.h: Space typedefs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47918 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config/os/gnu-linux')
-rw-r--r-- | libstdc++-v3/config/os/gnu-linux/bits/ctype_noninline.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libstdc++-v3/config/os/gnu-linux/bits/ctype_noninline.h b/libstdc++-v3/config/os/gnu-linux/bits/ctype_noninline.h index 0013c5b079a..0d649f681fb 100644 --- a/libstdc++-v3/config/os/gnu-linux/bits/ctype_noninline.h +++ b/libstdc++-v3/config/os/gnu-linux/bits/ctype_noninline.h @@ -74,15 +74,3 @@ } return __high; } - - - - - - - - - - - - |