------- Additional Comments From jorgen dot moth at uni-c dot dk 2005-02-02 14:07 ------- To avoid the compiler error it helps to move the last "return(result" outside the curly brackets of the last else statement (literally removing the pair of curly brackets of the else statement). This change of code introduces no semantic change as "usage()" actually error-exits after printing some how-to information for using dvidvi.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19752