Little fix after the last commit (mostly a git fail)
[eigenmath-fx.git] / data.cpp
blob8cd167036e034030f126ed81078ed65ac13d89ae
1 #include "stdafx.h"
2 #include "defs.h"
4 int endian = 1;
6 U *p0, *p1, *p2, *p3, *p4, *p5, *p6, *p7, *p8, *p9;
8 U *zero, *one, *imaginaryunit;
10 U *symtab, **binding, **arglist;
12 int expanding;
13 int verbosing;
14 int esc_flag;
15 int test_flag;
16 int draw_flag;
17 int trigmode;
18 char *logbuf;