[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r99713: * m/ibmrs6000.h (ORDINARY_LIN
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r99713: * m/ibmrs6000.h (ORDINARY_LINK): Move definition ... |
Date: |
Sun, 21 Mar 2010 12:32:38 -0700 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99713
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Sun 2010-03-21 12:32:38 -0700
message:
* m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
* s/aix4-2.h (ORDINARY_LINK): ... here.
modified:
src/ChangeLog
src/m/ibmrs6000.h
src/s/aix4-2.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2010-03-21 11:57:49 +0000
+++ b/src/ChangeLog 2010-03-21 19:32:38 +0000
@@ -1,3 +1,8 @@
+2010-03-21 Dan Nicolaescu <address@hidden>
+
+ * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
+ * s/aix4-2.h (ORDINARY_LINK): ... here.
+
2010-03-21 Andreas Schwab <address@hidden>
* Makefile.in (abs_builddir): Define.
=== modified file 'src/m/ibmrs6000.h'
--- a/src/m/ibmrs6000.h 2010-03-20 05:52:55 +0000
+++ b/src/m/ibmrs6000.h 2010-03-21 19:32:38 +0000
@@ -81,7 +81,5 @@
#define BROKEN_SIGPTY
#define BROKEN_SIGPOLL
-#define ORDINARY_LINK
-
/* arch-tag: 028318ee-a7ae-4a08-804d-cc1e6588d003
(do not change this comment) */
=== modified file 'src/s/aix4-2.h'
--- a/src/s/aix4-2.h 2010-03-20 05:52:55 +0000
+++ b/src/s/aix4-2.h 2010-03-21 19:32:38 +0000
@@ -170,5 +170,7 @@
#define UNEXEC unexaix.o
+#define ORDINARY_LINK
+
/* arch-tag: 38fe75ea-6aef-42bd-8449-bc34d921a562
(do not change this comment) */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r99713: * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...,
Dan Nicolaescu <=