diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2021-12-29 18:33:40 +0000 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2021-12-29 18:33:40 +0000 |
commit | 0f232d8eaee1f94896596a9969982297cee7dc67 (patch) | |
tree | a4058c336806e9f150d4d02b0358d00266ef11ce /src/3p/chibicc/chibicc.h | |
parent | d40d588f6d7cf866f7de41db9efffdd6c1a05135 (diff) |
Remove some unused files
Diffstat (limited to 'src/3p/chibicc/chibicc.h')
-rw-r--r-- | src/3p/chibicc/chibicc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3p/chibicc/chibicc.h b/src/3p/chibicc/chibicc.h index 1719bc5..82aad11 100644 --- a/src/3p/chibicc/chibicc.h +++ b/src/3p/chibicc/chibicc.h @@ -28,7 +28,7 @@ #include <time.h> //#include <unistd.h> -// exists on all Unixes but normally hidden _GNU_SOURCE on Linux. +// exists on all Unixes but normally hidden behind _GNU_SOURCE on Linux. // missing entirely on Windows (implemented in 3p/openbsd/asprintf.c for compat) int vasprintf(char **str, const char *fmt, va_list ap); |