Typfix bei Verarbeitung P_NODROP & Co.

P_NODROP & Co koennen auch int sein.

Change-Id: Iee29bb9767d17b6d252a4878643368583025963a
diff --git a/std/living/put_and_get.c b/std/living/put_and_get.c
index 74f6425..48ea4b1 100644
--- a/std/living/put_and_get.c
+++ b/std/living/put_and_get.c
@@ -133,7 +133,7 @@
 
 {
     int method, ret;
-    string str;
+    <string|int> str;
 
     //if (living(o))
     //    raise_error(sprintf("Lebendes Argument fuer put_or_get: %O\n", o));