aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--fish.spec.in2
-rw-r--r--parser.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/fish.spec.in b/fish.spec.in
index 97d7e29d..3805404f 100644
--- a/fish.spec.in
+++ b/fish.spec.in
@@ -67,7 +67,7 @@ fi
%config %_sysconfdir/fish.d/fish_*.fish
%dir %_sysconfdir/fish.d/completions
%config %_sysconfdir/fish.d/completions/*.fish
-%_datadir/locale/*/fish.cat
+%_datadir/locale/*/LC_MESSAGES/fish.mo
%changelog
* Tue Nov 29 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.17.0-0
diff --git a/parser.c b/parser.c
index 0e2f9dae..64f68f3a 100644
--- a/parser.c
+++ b/parser.c
@@ -36,7 +36,6 @@ The fish parser. Contains functions for parsing code.
#include "env_universal.h"
#include "event.h"
#include "translate.h"
-#include "msgnrs.h"
/** Length of the lineinfo string used for describing the current tokenizer position */
#define LINEINFO_SIZE 128