texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[5509] unused ifdefs removed


From: Gavin D. Smith
Subject: [5509] unused ifdefs removed
Date: Fri, 02 May 2014 13:06:13 +0000

Revision: 5509
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5509
Author:   gavin
Date:     2014-05-02 13:06:13 +0000 (Fri, 02 May 2014)
Log Message:
-----------
unused ifdefs removed

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/filesys.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2014-05-02 12:43:49 UTC (rev 5508)
+++ trunk/ChangeLog     2014-05-02 13:06:13 UTC (rev 5509)
@@ -1,5 +1,10 @@
 2014-05-02  Gavin Smith  <address@hidden>
 
+       * info/filesys.c: [!BUILDING_LIBRARY], [!BUILDING_LIBARARY]: #if
+       checks conditional upon these macros removed.
+
+2014-05-02  Gavin Smith  <address@hidden>
+
        * info/filesys.c (info_add_extension): Loop trying various file
        extensions moved from info_file_find_next_in_path.
        (info_find_fullpath): Account for null struct stat argument.  Check

Modified: trunk/info/filesys.c
===================================================================
--- trunk/info/filesys.c        2014-05-02 12:43:49 UTC (rev 5508)
+++ trunk/info/filesys.c        2014-05-02 13:06:13 UTC (rev 5509)
@@ -449,7 +449,6 @@
   sprintf (command, "%s%s < %s",
           decompressor, STRIP_DOT_EXE ? ".exe" : "", pathname);
 
-#if !defined (BUILDING_LIBRARY)
   if (info_windows_initialized_p)
     {
       char *temp;
@@ -459,7 +458,6 @@
       message_in_echo_area ("%s", temp);
       free (temp);
     }
-#endif /* !BUILDING_LIBRARY */
 
   stream = popen (command, FOPEN_RBIN);
   free (command);
@@ -509,10 +507,8 @@
       filesys_error_number = errno;
     }
 
-#if !defined (BUILDING_LIBARARY)
   if (info_windows_initialized_p)
     unmessage_in_echo_area ();
-#endif /* !BUILDING_LIBRARY */
   return contents;
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]