version 1.8 | version 1.9 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_includes_h = | * static char *rcsid_includes_h = | |||
* "$Id: includes.h,v 1.8 2001/06/13 12:52:07 michtoen Exp $"; | * "$Id: includes.h,v 1.9 2001/10/14 07:57:14 gros Exp $"; | |||
*/ | */ | |||
/* | /* | |||
|
| |||
#define FALSE 0 | #define FALSE 0 | |||
#endif | #endif | |||
/* GROS: Add support for Guile Interpreter */ | ||||
#include <guile/gh.h> | ||||
/* GROS: This one contains all declarations for script functions. */ | ||||
#include <script.h> | ||||
#endif /* INCLUDES_H */ | #endif /* INCLUDES_H */ | |||
Legend:
|