diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/s/irix6-5.h | 3 | ||||
| -rw-r--r-- | src/s/usg5-4-common.h | 5 |
3 files changed, 5 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e8aff22c2cb..37d660da785 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-07-30 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * s/usg5-4-common.h (_longjmp, _setjmp): Let configure set them. | ||
| 4 | * s/irix6-5.h (_longjmp, _setjmp): No more need to undefine. | ||
| 5 | |||
| 1 | 2012-07-30 Andreas Schwab <schwab@linux-m68k.org> | 6 | 2012-07-30 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 7 | ||
| 3 | * keymap.c (Fkey_description): Don't remove 0x80 bit from | 8 | * keymap.c (Fkey_description): Don't remove 0x80 bit from |
diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h index 9b215845461..1750183189d 100644 --- a/src/s/irix6-5.h +++ b/src/s/irix6-5.h | |||
| @@ -19,9 +19,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 19 | 19 | ||
| 20 | #include "usg5-4-common.h" | 20 | #include "usg5-4-common.h" |
| 21 | 21 | ||
| 22 | #undef _longjmp /* use system versions, not conservative aliases */ | ||
| 23 | #undef _setjmp | ||
| 24 | |||
| 25 | #ifdef emacs | 22 | #ifdef emacs |
| 26 | char *_getpty(); | 23 | char *_getpty(); |
| 27 | #endif | 24 | #endif |
diff --git a/src/s/usg5-4-common.h b/src/s/usg5-4-common.h index 6ead01d3712..12506bd8d08 100644 --- a/src/s/usg5-4-common.h +++ b/src/s/usg5-4-common.h | |||
| @@ -20,11 +20,6 @@ GNU General Public License for more details. | |||
| 20 | You should have received a copy of the GNU General Public License | 20 | You should have received a copy of the GNU General Public License |
| 21 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 21 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 22 | 22 | ||
| 23 | /* setjmp and longjmp can safely replace _setjmp and _longjmp, | ||
| 24 | but they will run slower. */ | ||
| 25 | #define _setjmp setjmp | ||
| 26 | #define _longjmp longjmp | ||
| 27 | |||
| 28 | /* Get FIONREAD from <sys/filio.h>. Get <sys/ttold.h> to get struct tchars. | 23 | /* Get FIONREAD from <sys/filio.h>. Get <sys/ttold.h> to get struct tchars. |
| 29 | But get <termio.h> first to make sure ttold.h doesn't interfere. */ | 24 | But get <termio.h> first to make sure ttold.h doesn't interfere. */ |
| 30 | #include <sys/wait.h> | 25 | #include <sys/wait.h> |