pedantic stuff: unif.c: void function returns void value

2006-03-11 Thread Mike Gran
In 1.8.0, in unif.c, the static void function string_set() returns the value of void function scm_c_string_set_x(). That type of construction is non-standard, I think, (but I couldn't find a good reference for it). FWIW, the AIX xlc compiler believes it to be an error, even though GCC has no

Re: pedantic stuff: unif.c: void function returns void value

2006-03-11 Thread Neil Jerram
Mike Gran [EMAIL PROTECTED] writes: In 1.8.0, in unif.c, the static void function string_set() returns the value of void function scm_c_string_set_x(). That type of construction is non-standard, I think, (but I couldn't find a good reference for it). FWIW, the AIX xlc compiler believes it