summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
Diffstat (limited to 'other')
-rw-r--r--other/analysis/gen-file.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/other/analysis/gen-file.sh b/other/analysis/gen-file.sh
index 89144eff..8c320acf 100644
--- a/other/analysis/gen-file.sh
+++ b/other/analysis/gen-file.sh
@@ -40,9 +40,6 @@ echo "#include <cstdio>" >> amalgamation.cc
40echo "#include <memory>" >> amalgamation.cc 40echo "#include <memory>" >> amalgamation.cc
41echo "#include <random>" >> amalgamation.cc 41echo "#include <random>" >> amalgamation.cc
42 42
43echo "#define TOX_DEFINED" >> amalgamation.cc
44echo "typedef struct Messenger Tox;" >> amalgamation.cc
45
46put auto_tests/check_compat.h 43put auto_tests/check_compat.h
47 44
48FIND_QUERY="find . '-(' -name '*.cc' -or -name '*.c' '-)'" 45FIND_QUERY="find . '-(' -name '*.cc' -or -name '*.c' '-)'"