fix compilation pb ; update eu.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1979 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2001-05-03 13:22:15 +00:00
parent b0da75ab1e
commit 53c5edb99e
4 changed files with 4457 additions and 5813 deletions

View File

@ -1,3 +1,7 @@
2001-05-03 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* eu.po: update from Dooteo
2001-03-21 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* da.po: update from Claus Hindsgaul

10257
po/eu.po

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
2001-05-03 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* Lsstream.h: include LString.h before the sstream headers to
fix problem with gcc 2.95.3 and lyxstring
2001-05-02 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* lyx_main.C: add using directives when needed for C functions

View File

@ -12,6 +12,10 @@
#ifndef LSSTREAM_H
#define LSSTREAM_H
// Since we will include a string header anyway, we'd better do it
// right now so that <string> is not loaded before lyxstring.h. (JMarc)
#include "LString.h"
#ifdef HAVE_SSTREAM
#include <sstream>
#else