view main.h @ 3:52c033864347

add build instructions to NOTES file
author John W. Eaton <jwe@octave.org>
date Wed, 22 May 2019 16:21:06 -0400
parents b97ffa8e4019
children
line wrap: on
line source

#if ! defined (calc_main_h)
#define calc_main_h 1

namespace calc
{
  extern bool tty_mode;
  extern bool debug_mode;
}

#endif