mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Add some const decorations to prototypes
Reviewed-by: Fabien COELHO <coelho@cri.ensmp.fr>
This commit is contained in:
@ -138,7 +138,7 @@ typedef struct DictSnowball
|
||||
|
||||
|
||||
static void
|
||||
locate_stem_module(DictSnowball *d, char *lang)
|
||||
locate_stem_module(DictSnowball *d, const char *lang)
|
||||
{
|
||||
const stemmer_module *m;
|
||||
|
||||
|
Reference in New Issue
Block a user