comparison test/call_suite/globals.h @ 436:23b12c7ad462

- call_suite cleanup (no change in functionality): removal of unused decl, freeing memory at end, func renaming for clarity, static for tu-local symbols, ...
author Tassilo Philipp
date Wed, 26 Jan 2022 11:37:57 +0100
parents 2b708397bba1
children e3bf15207d93
comparison
equal deleted inserted replaced
435:a29baee68340 436:23b12c7ad462
4 Library: test 4 Library: test
5 File: test/call_suite/globals.h 5 File: test/call_suite/globals.h
6 Description: 6 Description:
7 License: 7 License:
8 8
9 Copyright (c) 2011-2018 Daniel Adler <dadler@uni-goettingen.de>, 9 Copyright (c) 2011-2022 Daniel Adler <dadler@uni-goettingen.de>,
10 Tassilo Philipp <tphilipp@potion-studios.com> 10 Tassilo Philipp <tphilipp@potion-studios.com>
11 11
12 Permission to use, copy, modify, and distribute this software for any 12 Permission to use, copy, modify, and distribute this software for any
13 purpose with or without fee is hereby granted, provided that the above 13 purpose with or without fee is hereby granted, provided that the above
14 copyright notice and this permission notice appear in all copies. 14 copyright notice and this permission notice appear in all copies.
35 extern funptr G_funtab[]; 35 extern funptr G_funtab[];
36 extern char const * G_sigtab[]; 36 extern char const * G_sigtab[];
37 extern int G_ncases; 37 extern int G_ncases;
38 extern int G_maxargs; 38 extern int G_maxargs;
39 39
40 void init_K(); 40 void init_test_data();
41 void init_T(); 41 void deinit_test_data();
42 void clear_V(); 42 void clear_V();
43 43