comparison main.h @ 2:b97ffa8e4019

multiple inclusion guards in .h files
author John W. Eaton <jwe@octave.org>
date Wed, 22 May 2019 16:20:52 -0400
parents 08df60a01bc1
children
comparison
equal deleted inserted replaced
1:08df60a01bc1 2:b97ffa8e4019
1 #if ! defined (calc_main_h)
2 #define calc_main_h 1
3
1 namespace calc 4 namespace calc
2 { 5 {
3 extern bool tty_mode; 6 extern bool tty_mode;
4 extern bool debug_mode; 7 extern bool debug_mode;
5 } 8 }
9
10 #endif