On Sat, 8 Sep 2012, Hélio Guilherme wrote:
These are the changes that need to be done in:
include/gretl/libgretl.h
+20,22
#ifdef __cplusplus
extern "C" {
#endif
+397,399
#ifdef __cplusplus
} /* closing brace for extern "C" */
#endif
and in
include/gretl/gretl_path.h
changed at line 94 (inserted _ at *template)
FILE *gretl_mktemp (char *_template, const char *mode);
With this changes (that I hope that professor Allin commit them to
CVS) [...]
I have now committed changes along those lines.
Allin