diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-09-06 18:00:40 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-09-06 18:00:40 +0200 |
| commit | a125e69c8ce0a2764b1e50b2dad0a4fa9d141ef4 (patch) | |
| tree | 71cef86f853f6cae109841cf5bb15bf1b412fdd2 /src/env.h | |
| parent | 072c52f9a54144bc9a58cf2855d5b582f8ba7a1a (diff) | |
| download | nissy-a125e69c8ce0a2764b1e50b2dad0a4fa9d141ef4.tar.gz nissy-a125e69c8ce0a2764b1e50b2dad0a4fa9d141ef4.zip | |
Symcoord version of nissy. Interesting idea, but performance are
actually slower. AT THIS STAGE NISSY IS NOT USABLE.
Diffstat (limited to '')
| -rw-r--r-- | src/env.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -8,8 +8,8 @@ | |||
| 8 | #include <unistd.h> | 8 | #include <unistd.h> |
| 9 | #include <sys/stat.h> | 9 | #include <sys/stat.h> |
| 10 | 10 | ||
| 11 | extern char *tabledir; | ||
| 12 | |||
| 13 | void init_env(); | 11 | void init_env(); |
| 14 | 12 | ||
| 13 | extern char *tabledir; | ||
| 14 | |||
| 15 | #endif | 15 | #endif |
