]> git.saurik.com Git - bison.git/blobdiff - src/system.h
* src/output.c: Various formatting changes.
[bison.git] / src / system.h
index 70605c499fe5d76023d818e4e5293ca059807066..850c5a7f0d14fd8dd37b36c42f915d7bb99c2da4 100644 (file)
@@ -1,5 +1,5 @@
 /* system-dependent definitions for Bison.
-   Copyright 2000 Free Software Foundation, Inc.
+   Copyright 2000, 2001  Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -149,7 +149,7 @@ size_t strnlen PARAMS ((const char *s, size_t maxlen));
 # define setlocale(Category, Locale)
 #endif
 
-#include "intl/libgettext.h"
+#include "libgettext.h"
 #define _(Msgid)  gettext (Msgid)
 #define N_(Msgid) (Msgid)