mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Compilation fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4391 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
949f550791
commit
ac26e0c1cc
@ -1,6 +1,7 @@
|
||||
2002-06-13 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* LaTeX.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
|
||||
* LaTeX.C:
|
||||
* vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
|
||||
|
||||
2002-06-12 "Andrew Zabolotny" <zap@cobra.ru>
|
||||
|
||||
|
@ -25,6 +25,9 @@
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
#ifndef CXX_GLOBAL_CSTD
|
||||
using std::sscanf;
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user