From 64084863368177a8569b78fbc3d93413ceee0b81 Mon Sep 17 00:00:00 2001 From: axel Date: Wed, 4 Jan 2006 23:01:24 +1000 Subject: Minor fixes to i18n darcs-hash:20060104130124-ac50b-3a629986f1a2ddf168d2f13184a6c222ccbc4889.gz --- fish.spec.in | 2 +- parser.c | 1 - 2 files changed, 1 insertion(+), 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 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 -- cgit v1.2.3