bk: 55cda5b5DxdR2Ww2Er9ka9OQ8xXPqw
* Updated generate_test_runner.rb and updated the sntp/unity/auto directory
with the latest Unity updates from Mark. Damir Tomić.
* Retire google test - phase I. Harlan Stenn.
+* Unity test cleanup: move declaration of 'initializing'. Harlan Stenn.
---
(4.2.8p3) 2015/06/29 Released by Harlan Stenn <stenn@ntp.org>
*/
volatile int interface_interval; /* init_io() sets def. 300s */
+/*
+ * Initializing flag. All async routines watch this and only do their
+ * thing when it is clear.
+ */
+int initializing;
+
/*
* Alarm flag. The mainline code imports this.
*/
int waitsync_fd_to_close = -1; /* -w/--wait-sync */
#endif
-/*
- * Initializing flag. All async routines watch this and only do their
- * thing when it is clear.
- */
-int initializing;
-
/*
* Version declaration
*/