nested-func-1.m: Move to ...
[gcc.git] / libcpp / errors.c
index 5d53c21b28d241de92ce28be1e0632b929e6374a..477101e3041e26118630e0ec9a672d290e2301c0 100644 (file)
@@ -17,7 +17,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
  In other words, you are welcome to use, share and improve this program.
  You are forbidden to forbid anyone else to use, share and improve
@@ -118,6 +118,8 @@ _cpp_begin_message (cpp_reader *pfile, int code,
     fputs (_("warning: "), stderr);
   else if (level == CPP_DL_ICE)
     fputs (_("internal error: "), stderr);
+  else
+    fputs (_("error: "), stderr);
 
   return 1;
 }