Re: [PATCH] tempname: allow compilation with C++

2015-02-17 Thread Paul Eggert
Thanks, I installed that, with a slightly different changelog entry. I marked the change as "(trivial)" since it's small enough so that we don't need a copyright assignment for it.

[PATCH] tempname: allow compilation with C++

2015-02-17 Thread Mike Miller
* lib/tempname.h: Specify extern "C" linkage with C++. (try_tempname): Rename `try' to `tryfunc'. * lib/tempname.c (__try_tempname, __gen_tempname): Rename `try' to `tryfunc' for consistency. --- ChangeLog | 8 lib/tempname.c | 14 +++--- lib/tempname.h | 14 +++---