diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-10-09 22:40:12 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-10-09 22:40:12 +0000 |
commit | 19eb1ad779e46910a1a2c36d3d50896bc5ec4f4b (patch) | |
tree | 5d34fd4f27e2d3af28cbb64f97d7ac6eb8ccb0fe /gcc/intl.h | |
parent | 60741f92b64bde43514e8a89f67045d347f7194c (diff) | |
download | gcc-19eb1ad779e46910a1a2c36d3d50896bc5ec4f4b.tar.gz |
acconfig.h: Fix comment formatting.
* acconfig.h: Fix comment formatting.
* c-dump.h: Likewise.
* c-tree.h: Likewise.
* conditions.h: Likewise.
* expr.h: Likewise.
* function.h: Likewise.
* gthr.h: Likewise.
* hwint.h: Likewise.
* integrate.h: Likewise.
* intl.h: Likewise.
* loop.h: Likewise.
* optabs.h: Likewise.
From-SVN: r46131
Diffstat (limited to 'gcc/intl.h')
-rw-r--r-- | gcc/intl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/intl.h b/gcc/intl.h index 56c075e6c05..07b72b59bb1 100644 --- a/gcc/intl.h +++ b/gcc/intl.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + 02111-1307, USA. */ #ifdef HAVE_LOCALE_H # include <locale.h> |