Add a dummy function to reduce confusion on some systems.

This commit is contained in:
steve 2003-01-19 00:03:23 +00:00
parent 54206ef92b
commit dfc9a9474a
1 changed files with 8 additions and 1 deletions

View File

@ -17,15 +17,22 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #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 #endif
/* /*
* Things that should be statically linked by VPI modules go here. * Things that should be statically linked by VPI modules go here.
*/ */
void __libvpi_c_dummy_function()
{
}
/* /*
* $Log: libvpi.c,v $ * $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 * Revision 1.1 2003/01/10 03:06:32 steve
* Remove vpithunk, and move libvpi to vvp directory. * Remove vpithunk, and move libvpi to vvp directory.
* *