diff options
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -467,6 +467,8 @@ typedef struct { typedef enum { GOTO_DECLARATION, GOTO_DEFINITION, + GOTO_IMPLEMENTATION, + GOTO_TYPE_DEFINITION, } GotoType; typedef struct { |