Several details about 5.4.0 rc1

Corrected several small details: added 'const', adjusts in tabs x
spaces, removed unused #includes and #defines, misspellings, etc.
This commit is contained in:
Roberto Ierusalimschy
2020-04-23 14:48:15 -03:00
parent cac075a122
commit 0ddc0f47bd
12 changed files with 22 additions and 24 deletions

View File

@@ -91,7 +91,7 @@
/* ISO C definitions */
#define l_gmtime(t,r) ((void)(r)->tm_sec, gmtime(t))
#define l_localtime(t,r) ((void)(r)->tm_sec, localtime(t))
#define l_localtime(t,r) ((void)(r)->tm_sec, localtime(t))
#endif /* } */