View | Details | Raw Unified | Return to bug 104158
Collapse All | Expand All

(-)/home/trasz/irsim/files/patch-src-irsim-rsim.c (+20 lines)
Line 0 Link Here
1
--- src/irsim/rsim.c.orig	Sun Oct  8 13:23:58 2006
2
+++ src/irsim/rsim.c	Sun Oct  8 13:24:44 2006
3
@@ -130,6 +130,8 @@
4
 
5
 private	char	not_in_stop[] = "Can't do that while stoped, try \"C\"\n";
6
 
7
+private int clockit();
8
+private int undefseq();
9
 
10
 /* 
11
  * Parse line into tokens, filling up targv and WildCard, and setting 'targc'
12
@@ -1299,7 +1301,7 @@
13
 
14
 
15
 /* assert a bit vector */
16
-private int doAssert()
17
+int doAssert()
18
   {
19
     char      *mask, *value, *name;
20
     Find1Arg  f;
(-)/home/trasz/irsim/files/patch-src-irsim-subckt.c (+10 lines)
Line 0 Link Here
1
--- src/irsim/subckt.c.orig	Sun Oct  8 13:20:09 2006
2
+++ src/irsim/subckt.c	Sun Oct  8 13:20:30 2006
3
@@ -24,6 +24,7 @@
4
 
5
 extern	userSubCircuit	subs[];
6
 
7
+private int HashSub();
8
 
9
 private int subs_cmp(a, b)
10
 SubCircuit *a;
(-)/home/trasz/irsim/files/patch-src-other-h2a-h2a.c (+10 lines)
Line 0 Link Here
1
--- src/other/h2a/h2a.c.orig	Sun Oct  8 13:26:06 2006
2
+++ src/other/h2a/h2a.c	Sun Oct  8 13:26:09 2006
3
@@ -32,6 +32,7 @@
4
 public	void	make_stacks( n ) nptr n;		{}
5
 public	void	pStackedTxtors()			{}
6
 
7
+private Usage();
8
 
9
 private	char   *sim_file = NULL;
10
 private	char   *hist_file = NULL;
(-)/home/trasz/irsim/files/patch-src-other-h2a-sort.c (+10 lines)
Line 0 Link Here
1
--- src/other/h2a/sort.c.orig	Sun Oct  8 13:27:07 2006
2
+++ src/other/h2a/sort.c	Sun Oct  8 13:27:10 2006
3
@@ -17,6 +17,7 @@
4
 static	phist	*dataBuff;
5
 static	phist	*dataBuff1;
6
 
7
+static BucketSort();
8
 
9
 /*
10
  * Sort the edge array pointed to by 'lineBuff'.  Return a pointer to a
(-)/home/trasz/irsim/files/patch-src-other-inet2sim-inet2sim.c (+10 lines)
Line 0 Link Here
1
--- src/other/inet2sim/inet2sim.c.orig	Sun Oct  8 13:27:47 2006
2
+++ src/other/inet2sim/inet2sim.c	Sun Oct  8 13:28:02 2006
3
@@ -22,6 +22,7 @@
4
 private	char	*inet_file = NULL;
5
 private	void	sort_node_names();
6
 
7
+private Usage();
8
 
9
 main( argc, argv )
10
   int   argc;

Return to bug 104158