* tradcpp.c: Include intl.h. Rename WARNING, ERROR, FATAL to
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Oct 2001 04:43:03 +0000 (04:43 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Oct 2001 04:43:03 +0000 (04:43 +0000)
commit1c32e99d536fedf3769c026ed87ce50541b8a8a0
treed270717c81142b7949de669e9c7af60208e669ea
parent10e1b3a1ff60fe41c2c770263c8b8e08979690c5
* tradcpp.c: Include intl.h.  Rename WARNING, ERROR, FATAL to
MT_WARNING, MT_ERROR, MT_FATAL.
(main): Call gcc_init_libintl.
(v_message): Call gettext on msgid and "warning: "
* tradcif.y: Include intl.h.
(yyerror): Make parameter definition consistent with
prototype.  Call gettext on msgid argument.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46627 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tradcif.y
gcc/tradcpp.c