Add missing Log and Ident strings.

This commit is contained in:
steve
2002-08-11 23:47:04 +00:00
parent d24cd015b6
commit aca1dcf848
28 changed files with 245 additions and 26 deletions
+8 -1
View File
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#if !defined(WINNT) && !defined(macintosh)
#ident "$Id: vpi_mcd.c,v 1.4 2001/07/22 18:19:19 steve Exp $"
#ident "$Id: vpi_mcd.c,v 1.5 2002/08/11 23:47:04 steve Exp $"
#endif
# include "vpi_priv.h"
@@ -145,3 +145,10 @@ int vpi_mcd_fgetc(unsigned int mcd)
}
return 0;
}
/*
* $Log: vpi_mcd.c,v $
* Revision 1.5 2002/08/11 23:47:04 steve
* Add missing Log and Ident strings.
*
*/
+8 -1
View File
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#if !defined(WINNT) && !defined(macintosh)
#ident "$Id: vpi_vlog_info.c,v 1.1 2001/03/14 19:27:44 steve Exp $"
#ident "$Id: vpi_vlog_info.c,v 1.2 2002/08/11 23:47:05 steve Exp $"
#endif
#include <vpi_priv.h>
@@ -79,3 +79,10 @@ vpip_set_vlog_info(int argc, char** argv)
vpip_argc = argc;
vpip_argv = argv;
}
/*
* $Log: vpi_vlog_info.c,v $
* Revision 1.2 2002/08/11 23:47:05 steve
* Add missing Log and Ident strings.
*
*/