]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(batch_convert): Use IF_LINT macro instead of #ifdef lint.
authorJim Meyering <jim@meyering.net>
Sun, 22 Aug 1999 10:19:15 +0000 (10:19 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 22 Aug 1999 10:19:15 +0000 (10:19 +0000)
src/date.c

index 869794b6e5209631d543ef2c4a4c8c1ee0e86b99..3c9d3b7a9d1d6b0942cce639d107485b7614bd9c 100644 (file)
@@ -212,12 +212,7 @@ batch_convert (const char *input_filename, const char *format)
   int line_length;
   size_t buflen;
   time_t when;
-  char *initial_TZ;
-
-#ifdef lint
-  /* Suppress `may be used before initialized' warning.  */
-  initial_TZ = NULL;
-#endif
+  char *initial_TZ IF_LINT (= NULL);
 
   if (strcmp (input_filename, "-") == 0)
     {