chiark
/
gitweb
/
~mdw
/
catacomb-perl
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
infra: Add a copy of the GPL.
[catacomb-perl]
/
algstuff.c
diff --git
a/algstuff.c
b/algstuff.c
index a54f12e818b0691c6dd87d35fd3c70b9df71b85a..23e6b67d566f6ebd6546430ffde94e8a5843bc02 100644
(file)
--- a/
algstuff.c
+++ b/
algstuff.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id
: algstuff.c,v 1.1 2004/04/02 18:04:01 mdw Exp
$
+ * $Id$
*
* Support stuff for algorithms
*
*
* Support stuff for algorithms
*
@@
-26,14
+26,6
@@
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
* 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"
/*----- 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))));
dSP;
for (; rt->name; rt++)
XPUSHs(sv_2mortal(newSVpvn((char *)rt->name, strlen(rt->name))));
+ PUTBACK;
}
/*----- That's all, folks -------------------------------------------------*/
}
/*----- That's all, folks -------------------------------------------------*/