summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bb0f875)
raw | patch | inline | side by side (parent: bb0f875)
author | ishmal <ishmal@users.sourceforge.net> | |
Mon, 10 Mar 2008 05:09:17 +0000 (05:09 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Mon, 10 Mar 2008 05:09:17 +0000 (05:09 +0000) |
src/extension/script/InkscapeScript.cpp | patch | blob | history |
index 4a880160aeae4e96081f25f1c204664ba3ee8c5a..138c8cb7ed9386d833e651c71f52807b5764bca7 100644 (file)
Glib::ustring &error,
ScriptLanguage language)
{
-#if USE_JAVA
const char *langname=NULL;
//if() instead of switch() lets us scope vars
if (language == InkscapeScript::JAVASCRIPT)
}
return true;
-#else // USE_JAVA
- return false;
-#endif // USE_JAVA
}
Glib::ustring &error,
ScriptLanguage language)
{
-#if USE_JAVA
const char *langname=NULL;
//if() instead of switch() lets us scope vars
if (language == InkscapeScript::JAVASCRIPT)
}
return true;
-#else // USE_JAVA
- return false;
-#endif // USE_JAVA
}