pike.git/
src/
program.h
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:
\*/ /*
-
* $Id: program.h,v 1.
76
1999/12/31
14
:
52
:
43
grubba Exp $
+
* $Id: program.h,v 1.
77
1999/12/31
15
:
40
:
14
grubba Exp $
*/ #ifndef PROGRAM_H #define PROGRAM_H
461:
void yywarning(char *fmt, ...) ATTRIBUTE((format(printf,1,2))); struct implements_cache_s; int implements(struct program *a, struct program *b);
-
int is_compatible(struct program *a, struct program b);
+
int is_compatible(struct program *a, struct program
*
b);
int yyexplain_not_implements(struct program *a, struct program *b); /* Prototypes end here */