Much wider support for Catacomb in all its glory.
[catacomb-perl] / algstuff.c
index df8dbc4..23e6b67 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: algstuff.c,v 1.2 2004/04/08 01:36:21 mdw Exp $
+ * $Id$
  *
  * Support stuff for algorithms
  *
@@ -50,6 +50,7 @@ void listrand(const struct randtab *rt)
   dSP;
   for (; rt->name; rt++)
     XPUSHs(sv_2mortal(newSVpvn((char *)rt->name, strlen(rt->name))));
+  PUTBACK;
 }
 
 /*----- That's all, folks -------------------------------------------------*/