ben 855f3f1d18 Don't suggest
if (error = function(a1, a2))

since it causes a warning with -Wall.  Change it so it has an explicit test
against zero,

	if ((error = function(a1, a2)) != 0)
2001-02-21 12:10:19 +00:00
..
2001-01-17 16:47:28 +00:00
2001-02-21 12:10:19 +00:00
2001-01-17 13:30:16 +00:00
2001-01-17 16:27:47 +00:00
2001-02-09 17:18:45 +00:00
2000-10-25 19:36:49 +00:00