diff options
Diffstat (limited to 'src/input/vcd/libvcd/pbc.c')
-rw-r--r-- | src/input/vcd/libvcd/pbc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/vcd/libvcd/pbc.c b/src/input/vcd/libvcd/pbc.c index 4b30a34f2..b9172b41b 100644 --- a/src/input/vcd/libvcd/pbc.c +++ b/src/input/vcd/libvcd/pbc.c @@ -1,5 +1,5 @@ /* - $Id: pbc.c,v 1.1 2003/10/13 11:47:12 f1rmb Exp $ + $Id: pbc.c,v 1.2 2004/04/11 12:20:32 miguelfreitas Exp $ Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org> @@ -37,13 +37,13 @@ #include <libvcd/files_private.h> /* Private headers */ -#include "assert.h" +#include "vcd_assert.h" #include "bytesex.h" #include "obj.h" #include "pbc.h" #include "util.h" -static const char _rcsid[] = "$Id: pbc.c,v 1.1 2003/10/13 11:47:12 f1rmb Exp $"; +static const char _rcsid[] = "$Id: pbc.c,v 1.2 2004/04/11 12:20:32 miguelfreitas Exp $"; static uint8_t _wtime (int seconds) |