=================================================================== RCS file: /cvs/djgpp/djgpp/tests/libc/c99/math/llrintl-t.c,v retrieving revision 1.2 retrieving revision 1.3 diff -p -u -r1.2 -r1.3 --- djgpp/tests/libc/c99/math/llrintl-t.c 2013/10/26 16:20:26 1.2 +++ /cvs/djgpp/djgpp/tests/libc/c99/math/llrintl-t.c 2017/12/29 21:50:06 1.3 @@ -9,7 +9,7 @@ typedef struct { const _longdouble_union_t value; /* test value */ - const long long int should_be; /* result */ + const long long int should_be; /* result */ } entry_t; static const entry_t tests_long_double[] =