Much wider support for Catacomb in all its glory.
[catacomb-perl] / algstuff.c
index a54f12e..23e6b67 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: algstuff.c,v 1.1 2004/04/02 18:04:01 mdw Exp $
+ * $Id$
  *
  * Support stuff for algorithms
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: algstuff.c,v $
- * Revision 1.1  2004/04/02 18:04:01  mdw
- * Initial checkin.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "catacomb-perl.h"
@@ -58,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 -------------------------------------------------*/