1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00
elinks/src/formhist
Fabio Bonelli c692bf8222 1045: fix "void function cannot return value" in formhist
never_for_this_site(form) did return remember_form(form).
In ELinks 0.11.0, both functions returned int, so this was OK.
In commit 2b7788614f however, the
functions were changed to return void, as required by msg_box().
GCC still accepted the return statement but Sun Studio 11 did not.
2008-09-15 23:43:52 +03:00
..
dialogs.c Make instances of struct listbox_ops const. 2007-02-04 15:17:49 +02:00
dialogs.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
formhist.c 1045: fix "void function cannot return value" in formhist 2008-09-15 23:43:52 +03:00
formhist.h Declare element types of lists. 2007-07-26 22:47:23 +03:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00