[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs can't be built on HPUX 10.
From: |
Miles Bader |
Subject: |
Re: Emacs can't be built on HPUX 10. |
Date: |
Sat, 11 Nov 2000 10:36:56 +0900 (JST) |
Kenichi Handa <address@hidden> writes:
> (2) On HP-UX with native C compiler, local static variable
> is not kept zero cleared. When clear_glyph_row is called at
> the first time, null_row is surely zero cleared. But, when
> it is called next time, null_row is not zero cleared.
What do you mean `the first/next time'? The first time the function is
called in a given program invocation? Or are you talking about the
behavior when emacs is dumped (i.e., that local static variables are not
cleared when a dumped emacs is run)?
-Miles