>>>>> "Andreas" == Andreas Eder <Andreas.Eder@t-online.de> writes:
Andreas> If people think it worthwhile to clean the code up a bit, I could try
Andreas> to spend some time on it.
I think it's very worthwhile. Adding a declaration to fix an ignored
variable is trivial compared to some of the other issues. If you can,
try compiling maxima with clisp or Allegro. You'll see many, many
more warnings of a more serious nature. Things like multiple
definitions of functions, and all are slightly different. Macros used
in some files, but functions in others.
I tried fixing some of these, but there are many more that I was too
afraid to touch.
Ray