]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change: keep the correct branch of a
authorDan Nicolaescu <dann@ics.uci.edu>
Fri, 27 Jun 2008 14:22:17 +0000 (14:22 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Fri, 27 Jun 2008 14:22:17 +0000 (14:22 +0000)
removed #if.

src/ChangeLog
src/s/usg5-4.h

index 867b0fb1cbcadd14720a77f2159ea3009b83d569..e2f0230329e58900dc0d394257a8adbb01323d83 100644 (file)
@@ -1,3 +1,8 @@
+2008-06-27  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * s/usg5-4.h: Fix previous change: keep the correct branch of a
+       removed #if.
+
 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
            Eli Zaretskii  <eliz@gnu.org>
 
index 79cc10ac0316475324ff1d729270d7cb604e3843..87f7f384ebe8ffe4f1b5aace65982edb115661c8 100644 (file)
@@ -171,8 +171,9 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #define SIGTYPE void
 
-#define START_FILES pre-crt0.o /usr/ccs/lib/crt1.o /usr/ccs/lib/crti.o /usr/ccs/lib/values-Xt.o
-#define LIB_STANDARD -lc /usr/ccs/lib/crtn.o
+#define ORDINARY_LINK
+
+#define LIB_STANDARD
 
 /* there are no -lg libraries on this system, and no libPW */