We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aec31a commit ea26587Copy full SHA for ea26587
vpi/sys_fst.c
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 1999-2023 Stephen Williams (steve@icarus.com)
+ * Copyright (c) 1999-2025 Stephen Williams (steve@icarus.com)
3
*
4
* This source code is free software; you can redistribute it
5
* and/or modify it in source code form under the terms of the GNU
@@ -33,7 +33,7 @@
33
# include "ivl_alloc.h"
34
35
static int dump_no_date = 0;
36
-static struct fstContext *dump_file = NULL;
+static fstWriterContext *dump_file = NULL;
37
38
static struct t_vpi_time zero_delay = { vpiSimTime, 0, 0, 0.0 };
39
0 commit comments