octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #59156] __debug_octave__ does not detect corre


From: Rik
Subject: [Octave-bug-tracker] [bug #59156] __debug_octave__ does not detect correctly macos
Date: Tue, 22 Sep 2020 17:29:22 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36

Update of bug #59156 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #2:

According to the man page, it does have a --version switch.  See
http://manpagez.com/man/1/lldb/.

If Carlo confirms that 'lldb --version' returns immediately then I would code
the patch as three blocks for clarity rather than one mac block and a joint
pc/unix block.


if (ismac ())
  ...
elseif (ispc ())
  ...
elseif (isunix ())
  ...
else
  error ();


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59156>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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