octave-maintainers
[Top][All Lists]
Advanced

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

OCTAVE_HELP vs HELP_OCTAVE


From: Mike Miller
Subject: OCTAVE_HELP vs HELP_OCTAVE
Date: Tue, 23 Feb 2016 13:46:11 -0800
User-agent: Mutt/1.5.24 (2015-08-30)

Recent changes have been removing conditionals in the public API and
changing how they are defined when needed. This is good progress.

We now have a mix of macros of the form HAVE_OCTAVE_X and OCTAVE_HAVE_Y,
for example

  HAVE_OCTAVE_DEPRECATED_ATTR
  HAVE_OCTAVE_GUI

  OCTAVE_HAVE_FAST_INT_OPS
  OCTAVE_HAVE_SIG_JUMP

Can we pick one of these? Personally I would prefer all public symbols
to start with OCTAVE_.

-- 
mike



reply via email to

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