[ecl-readline-devel] I forgot an #ifdef

Erik Winkels aerique at xs4all.nl
Fri Dec 5 11:06:15 UTC 2008


To follow up on my previous message, this would be better:

(ffi:clines
  "#ifdef __cplusplus"
  "extern \"C\" {"
  "void add_history(const char*);"
  "int read_history(const char*);"
  "void stifle_history(int);"
  "int write_history(const char*);"
  "}"
  "#endif")




More information about the ecl-readline-devel mailing list