From dfc9a9474a6dd13d3a99eb87292955e701a8d72d Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 19 Jan 2003 00:03:23 +0000 Subject: [PATCH] Add a dummy function to reduce confusion on some systems. --- vvp/libvpi.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/vvp/libvpi.c b/vvp/libvpi.c index 75dfb9897..aa65970a1 100644 --- a/vvp/libvpi.c +++ b/vvp/libvpi.c @@ -17,15 +17,22 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #ifdef HAVE_CVS_IDENT -#ident "$Id: libvpi.c,v 1.1 2003/01/10 03:06:32 steve Exp $" +#ident "$Id: libvpi.c,v 1.2 2003/01/19 00:03:23 steve Exp $" #endif /* * Things that should be statically linked by VPI modules go here. */ +void __libvpi_c_dummy_function() +{ +} + /* * $Log: libvpi.c,v $ + * Revision 1.2 2003/01/19 00:03:23 steve + * Add a dummy function to reduce confusion on some systems. + * * Revision 1.1 2003/01/10 03:06:32 steve * Remove vpithunk, and move libvpi to vvp directory. *