mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
two more kludges bite the dust
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9898 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
935e0293dc
commit
ffe7659ec6
@ -1,37 +1,3 @@
|
||||
Index: src/DepTable.C
|
||||
===================================================================
|
||||
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/DepTable.C,v
|
||||
retrieving revision 1.41
|
||||
diff -u -a -u -r1.41 DepTable.C
|
||||
--- src/DepTable.C 13 Oct 2003 01:01:33 -0000 1.41
|
||||
+++ src/DepTable.C 18 Apr 2005 17:37:02 -0000
|
||||
@@ -26,7 +26,9 @@
|
||||
#include <fstream>
|
||||
|
||||
#ifndef CXX_GLOBAL_CSTD
|
||||
+# ifndef _WIN32
|
||||
using std::time;
|
||||
+# endif
|
||||
#endif
|
||||
|
||||
using lyx::support::ltrim;
|
||||
Index: src/cursor.C
|
||||
===================================================================
|
||||
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/cursor.C,v
|
||||
retrieving revision 1.123
|
||||
diff -u -a -u -r1.123 cursor.C
|
||||
--- src/cursor.C 25 Feb 2005 11:55:31 -0000 1.123
|
||||
+++ src/cursor.C 18 Apr 2005 17:37:02 -0000
|
||||
@@ -58,7 +58,9 @@
|
||||
using std::vector;
|
||||
using std::endl;
|
||||
#ifndef CXX_GLOBAL_CSTD
|
||||
+# ifndef _WIN32
|
||||
using std::isalpha;
|
||||
+# endif
|
||||
#endif
|
||||
using std::min;
|
||||
using std::swap;
|
||||
Index: src/frontends/qt2/QLyXKeySym.C
|
||||
===================================================================
|
||||
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/qt2/QLyXKeySym.C,v
|
||||
|
Loading…
Reference in New Issue
Block a user