diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-11 19:06:42 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-11 19:06:42 -0500 |
| commit | 79795096e7dbc4c416722dd9f0df311e95eef6f0 (patch) | |
| tree | 8e0925934b1a736bfd62f2e211d47cc067e794a8 /nextlang.c | |
| parent | 0567fcc8acd49ab0676fb3c218b93494a91c46e2 (diff) | |
Rename sss_* to just *
Diffstat (limited to 'nextlang.c')
| -rw-r--r-- | nextlang.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -22,9 +22,7 @@ int main(int argc, char *argv[]) const char *autofmt = getenv("AUTOFMT"); if (!autofmt) autofmt = "indent -kr -nut"; - setenv("SSSPATH", ".", 0); - - sss_file_t *f = sss_load_file(argv[1]); + file_t *f = load_file(argv[1]); ast_t *ast = parse_file(f, NULL); |
