[Snowball-discuss] call stemmer from C++

Martin Porter martin_porter@SoftHome.net
Thu Apr 24 10:56:02 2003


I've altered the generated C so that headers include the Olly-recommended
ifdefs:

>  #ifdef __cplusplus
>  extern "C" {
>  #endif
>  
. . . .  
>  #ifdef __cplusplus
>  }
>  #endif

It would be nice, Olly, if you could check that this is okay.

Should there be similar ifdefs surrounding the externs defined in q/header.h ?