1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

Avoid use of "register" as optimization hint.

This commit is contained in:
Joseph Myers
2013-06-07 22:24:35 +00:00
parent 8e254d8e0d
commit 2e09a79ada
79 changed files with 430 additions and 278 deletions

View File

@ -24,7 +24,7 @@ int
main (int argc, char **argv)
{
time_t t;
register struct tm *tp;
struct tm *tp;
struct tm tbuf;
int lose = 0;