diff options
Diffstat (limited to 'src/tet3/tcc/error.c')
-rw-r--r-- | src/tet3/tcc/error.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tet3/tcc/error.c b/src/tet3/tcc/error.c index 74a1dbda..7fcd3a9c 100644 --- a/src/tet3/tcc/error.c +++ b/src/tet3/tcc/error.c @@ -44,6 +44,9 @@ MODIFICATIONS: replaced references to sys_errlist[] and sys_nerr with a call to strerror() + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> |