pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-12-31
1999-12-31 15:40:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>
c4d4409d7b76655e7f7e3af0357e3a025626133b (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/program.c:1.196
Rev: src/program.h:1.77
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
195
1999/12/31
14
:
51
:
42
grubba Exp $");
+
RCSID("$Id: program.c,v 1.
196
1999/12/31
15
:
40
:
47
grubba Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
3740:
/* Returns 1 if a is compatible with b * ie it's possible to write a hypothetical c that implements both. */
-
int is_compatible(struct program *a, struct program b)
+
int is_compatible(struct program *a, struct program
*
b)
{ unsigned long hval; unsigned long rhval;