summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c99b186)
raw | patch | inline | side by side (parent: c99b186)
author | theadib <theadib@users.sourceforge.net> | |
Wed, 12 Sep 2007 13:37:43 +0000 (13:37 +0000) | ||
committer | theadib <theadib@users.sourceforge.net> | |
Wed, 12 Sep 2007 13:37:43 +0000 (13:37 +0000) |
src/extension/internal/ps.cpp | patch | blob | history |
index 3210f723c20e943e7875ed26efb23ee92889f130..fcda1a8740ba713d35d0d08efd4a0779b5270d67 100644 (file)
#include <cstdio>
#include <cstdlib>
#include <cmath>
+
+/*
using std::atof;
using std::ceil;
using std::fclose;
using std::ferror;
using std::fflush;
using std::fgetc;
-using std::fprintf;
+using std::fprintf; --> this line will result 'std::libintl_fprintf' has not been declared
using std::fputc;
using std::fseek;
using std::ifstream;
using std::strcmp;
using std::strerror;
using std::tmpfile;
+*/
+using namespace std;
namespace Inkscape {
namespace Extension {