version 1.6 | version 1.7 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_includes_h = | * static char *rcsid_includes_h = | |||
* "$Id: includes.h,v 1.6 2001/04/08 02:27:50 mwedel Exp $"; | * "$Id: includes.h,v 1.7 2001/06/13 10:50:23 michtoen 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:
|