axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] very simple Axiom 'bug'


From: root
Subject: Re: [Axiom-developer] very simple Axiom 'bug'
Date: Fri, 30 Jul 2004 12:56:02 -0400

>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.

applied. though i don't know how to test it. thanks -- tim




reply via email to

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