Hi,

John Steele Scott <[EMAIL PROTECTED]> writes:

> How do I tell g-wrap to put "#include <string.h>\n" in the output? There
> are some places in the output source where it looks like it is doing
> something similar, but I couldn't figure it out.

Like this:

  (define-method (global-declarations-cg (ws <my-wrapset>))
    (list (next-method)
          "#include <string.h>\n"))

But maybe you should direct G-Wrap-related questions to `g-wrap-dev'.

Thanks,
Ludovic.


_______________________________________________
Guile-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to