From d0c0bd6569f5fc3066be891ff99cd41ac810ed64 Mon Sep 17 00:00:00 2001 From: skimo Date: Mon, 3 Jul 2000 20:09:51 +0000 Subject: [PATCH] *** empty log message *** --- perl_api/perl.xs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/perl_api/perl.xs b/perl_api/perl.xs index 689f74b8..a1e81349 100644 --- a/perl_api/perl.xs +++ b/perl_api/perl.xs @@ -14,7 +14,7 @@ #undef VI #ifndef lint -static const char sccsid[] = "$Id: perl.xs,v 8.33 2000/06/30 19:57:40 skimo Exp $ (Berkeley) $Date: 2000/06/30 19:57:40 $"; +static const char sccsid[] = "$Id: perl.xs,v 8.34 2000/07/03 20:09:51 skimo Exp $ (Berkeley) $Date: 2000/07/03 20:09:51 $"; #endif /* not lint */ #include @@ -1482,7 +1482,8 @@ Push(tagq) void DESTROY(tagq) - VI::TAGQ2 tagq; /* Can already be invalidated by push */ + # Can already be invalidated by push + VI::TAGQ2 tagq; PREINIT: SCR *sp; -- 2.11.4.GIT