]> git.lyx.org Git - lyx.git/blobdiff - src/tabular_funcs.C
"Inter-word Space"
[lyx.git] / src / tabular_funcs.C
index dd1a2a01c5696dc07158c1b5beb6c860dea684f7..ac2e2fbfe2e02a3618548d5ae2238bb387699423 100644 (file)
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
 #include "tabular_funcs.h"
 
-#include "support/lstrings.h"
 #include "support/LIstream.h"
+#include "support/lstrings.h"
+
+#ifndef CXX_GLOBAL_CSTD
+using std::strlen;
+#endif
 
 using std::istream;
 using std::getline;
@@ -59,6 +59,7 @@ string const write_attribute(string const & name, LyXLength const & value)
        return write_attribute(name, value.asString());
 }
 
+
 string const tostr(LyXAlignment const & num)
 {
        switch (num) {