[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Position of conditionals in ChangeLog
From: |
Alfred M. Szmidt |
Subject: |
Position of conditionals in ChangeLog |
Date: |
Sun, 15 Oct 2023 03:41:51 -0400 |
This looks strnge? Can the conditional be (or should?) on either side
of the function?
@example
* frame.h [HAVE_X_WINDOWS] (FRAME_WINDOW_P): Macro defined.
@end example
Next, an entry for a change within the function @code{init_display},
whose definition as a whole is unconditional, but the changes
themselves are contained in a @samp{#ifdef HAVE_LIBNCURSES}
conditional:
@example
* dispnew.c (init_display) [HAVE_LIBNCURSES]: If X, call tgetent.
@end example
- Position of conditionals in ChangeLog,
Alfred M. Szmidt <=
- Re: Position of conditionals in ChangeLog, Bruno Haible, 2023/10/15
- Re: Position of conditionals in ChangeLog, Alfred M. Szmidt, 2023/10/15
- Re: Position of conditionals in ChangeLog, Bruno Haible, 2023/10/15
- Re: Position of conditionals in ChangeLog, Alfred M. Szmidt, 2023/10/15
- Re: Position of conditionals in ChangeLog, Bruno Haible, 2023/10/15
- Re: Position of conditionals in ChangeLog, Alfred M. Szmidt, 2023/10/15
- Re: Position of conditionals in ChangeLog, Bruno Haible, 2023/10/15
- Re: Position of conditionals in ChangeLog, Alfred M. Szmidt, 2023/10/15