# HG changeset patch # User Edouard Tisserant # Date 1390952303 -3600 # Node ID 7d295f0130610662b40abe03a979e2905f895c74 # Parent f6818bb5e292bce61ce93142cffacd7b037acc3c More gcc warning avoided diff -r f6818bb5e292 -r 7d295f013061 targets/plc_main_head.c --- a/targets/plc_main_head.c Tue Jan 28 16:30:48 2014 +0100 +++ b/targets/plc_main_head.c Wed Jan 29 00:38:23 2014 +0100 @@ -13,6 +13,7 @@ /* * Prototypes of functions provided by generated target C code * */ +long long AtomicCompareExchange64(long long*, long long, long long); void __init_debug(void); void __cleanup_debug(void); /*void __retrieve_debug(void);*/