summaryrefslogtreecommitdiff
path: root/src/emc/pythonplugin
diff options
context:
space:
mode:
authorMichael Haberler <git@mah.priv.at>2011-07-26 15:24:16 +0200
committerMichael Haberler <git@mah.priv.at>2011-10-28 08:25:55 +0200
commita23ec35fb01b2d029133a3209c8e6fbbd6e3adc8 (patch)
tree094f2ba5c8a7c0fb7cbc549c2379188df304a039 /src/emc/pythonplugin
parenta11e22b0b0d472c1ab0051794ba899d757b43fd7 (diff)
downloadlinuxcnc-a23ec35fb01b2d029133a3209c8e6fbbd6e3adc8.tar.gz
linuxcnc-a23ec35fb01b2d029133a3209c8e6fbbd6e3adc8.zip
testpp: use strdup for strstore
Diffstat (limited to 'src/emc/pythonplugin')
-rw-r--r--src/emc/pythonplugin/testpp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emc/pythonplugin/testpp.cc b/src/emc/pythonplugin/testpp.cc
index 006912c3b..e24b4f90e 100644
--- a/src/emc/pythonplugin/testpp.cc
+++ b/src/emc/pythonplugin/testpp.cc
@@ -13,7 +13,7 @@
} \
} while(0)
-void gdb_in_window(int sig) {}
+const char *strstore(const char *s) { return strdup(s); }
void analyze(const char *what,bp::object retval)
{