diff options
Diffstat (limited to 'src/parser.h')
-rw-r--r-- | src/parser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser.h b/src/parser.h index 066896f..659e9f9 100644 --- a/src/parser.h +++ b/src/parser.h @@ -447,8 +447,8 @@ typedef enum { struct teco_machine_main_t { teco_machine_t parent; - /* signed because it is sometimes set to -1 for flow control */ - gssize macro_pc; + /** Program counter, ie. pointer to the next character in the current macro frame */ + gsize macro_pc; /** * Aliases bitfield with an integer. |