Branch: Tag:

1999-12-31

1999-12-31 15:40:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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;