axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] very simple Axiom 'bug'


From: Stephen Wilson
Subject: [Axiom-developer] very simple Axiom 'bug'
Date: Fri, 30 Jul 2004 11:36:06 -0400
User-agent: Mutt/1.4.2i

Tim,

Sending you this simple comment has been on my TODO list for some
time.

Regarding src/clef/edible.c.pamphlet, line 291, we have:

   struct termio ptermio;

This should be:

   struct termios ptermio;

Now if you unwind the #ifdef's you see that this is not compiled
unless 'unlikely' is defined (top of file, lines 79-83). Perhaps this
is truly dead code, but maybe this fix will save someone a few minutes
and a redundant `make' down the road.

Cheers,
Steve






reply via email to

[Prev in Thread] Current Thread [Next in Thread]