diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-16 22:47:28 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-16 22:47:28 -0500 |
commit | e719b02111d63aee561684d50e5fceaf1d099826 (patch) | |
tree | 8d7de7236d39f4b2177a79f9ab686f5fe3ab1ee8 /ted.h | |
parent | c7ada136f97941e0f8ab727bc424b5d90eadfaf2 (diff) |
fix rust go to build errors
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -268,6 +268,7 @@ typedef struct Ted { char global_data_dir[TED_PATH_MAX]; char home[TED_PATH_MAX]; char cwd[TED_PATH_MAX]; // current working directory + char build_dir[TED_PATH_MAX]; // directory where we run the build command bool nodes_used[TED_MAX_NODES]; Node nodes[TED_MAX_NODES]; bool buffers_used[TED_MAX_BUFFERS]; |