Introducing constructor for label completion values (for 'break' and 'continue' completion types).

This commit is contained in:
Ruben Ayrapetyan
2014-08-28 23:08:26 +04:00
parent 227c09fb3e
commit 164350b369
3 changed files with 29 additions and 3 deletions
+2 -2
View File
@@ -150,8 +150,8 @@ typedef struct
*/
struct
{
/** Levels left */
uint8_t level;
/** Levels to label left */
uint8_t depth;
/** Target's offset */
uint16_t offset;