 |
EVE 1.0
|
Go to the documentation of this file. 59 #ifndef LC_ADDRLABELS_H_ 60 #define LC_ADDRLABELS_H_ 65 #define LC_INIT(s) s = NULL 67 #ifndef ECLIPSE_STUB_CODE_ANALYSE 69 #define LC_RESUME(s) \ 77 do { ({ __label__ resume; resume: (s) = &&resume; }); }while(0) 81 #define LC_RESUME(s) do {} while (0) 82 #define LC_SET(s) do {} while (0)