diff options
| author | Jan Djärv | 2003-06-26 21:08:13 +0000 |
|---|---|---|
| committer | Jan Djärv | 2003-06-26 21:08:13 +0000 |
| commit | d54ae3d8465023d40218ebd3b52bf29121d4df2c (patch) | |
| tree | 845e6222b663b12539db8fedd7b4511f25fe9988 /src | |
| parent | fab66cdab4c1f85bc3f6feaac83deafbf1340a3b (diff) | |
| download | emacs-d54ae3d8465023d40218ebd3b52bf29121d4df2c.tar.gz emacs-d54ae3d8465023d40218ebd3b52bf29121d4df2c.zip | |
Add XRegisterIMInstantiateCallback_arg6 so it will be defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/config.in | 12 |
2 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 627f0d2b0f7..e2fb2baaaac 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2003-06-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * config.in: Add XRegisterIMInstantiateCallback_arg6 so it | ||
| 4 | will be defined. | ||
| 5 | |||
| 1 | 2003-06-25 Stefan Monnier <monnier@cs.yale.edu> | 6 | 2003-06-25 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 7 | ||
| 3 | * alloc.c (make_interval, Fmake_symbol, allocate_misc): | 8 | * alloc.c (make_interval, Fmake_symbol, allocate_misc): |
diff --git a/src/config.in b/src/config.in index f9058e8ce37..2f5723c60ca 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -537,6 +537,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 537 | /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ | 537 | /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ |
| 538 | #undef HAVE_SYS_WAIT_H | 538 | #undef HAVE_SYS_WAIT_H |
| 539 | 539 | ||
| 540 | /* Define to 1 if you have the <sys/_mbstate_t.h> header file. */ | ||
| 541 | #undef HAVE_SYS__MBSTATE_T_H | ||
| 542 | |||
| 540 | /* Define to 1 if you have the <termcap.h> header file. */ | 543 | /* Define to 1 if you have the <termcap.h> header file. */ |
| 541 | #undef HAVE_TERMCAP_H | 544 | #undef HAVE_TERMCAP_H |
| 542 | 545 | ||
| @@ -739,6 +742,10 @@ Boston, MA 02111-1307, USA. */ | |||
| 739 | /* Define to 1 if using an X toolkit. */ | 742 | /* Define to 1 if using an X toolkit. */ |
| 740 | #undef USE_X_TOOLKIT | 743 | #undef USE_X_TOOLKIT |
| 741 | 744 | ||
| 745 | /* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either | ||
| 746 | XPointer or XPointer*. */ | ||
| 747 | #undef XRegisterIMInstantiateCallback_arg6 | ||
| 748 | |||
| 742 | /* Define to 1 if on AIX 3. | 749 | /* Define to 1 if on AIX 3. |
| 743 | System headers sometimes define this. | 750 | System headers sometimes define this. |
| 744 | We just want to avoid a redefinition error message. */ | 751 | We just want to avoid a redefinition error message. */ |
| @@ -827,6 +834,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 827 | /* Turned on June 1996 supposing nobody will mind it. */ | 834 | /* Turned on June 1996 supposing nobody will mind it. */ |
| 828 | #define AMPERSAND_FULL_NAME | 835 | #define AMPERSAND_FULL_NAME |
| 829 | 836 | ||
| 837 | /* We have blockinput.h. */ | ||
| 838 | #define DO_BLOCK_INPUT | ||
| 839 | |||
| 830 | /* Define HAVE_SOUND if we have sound support. We know it works | 840 | /* Define HAVE_SOUND if we have sound support. We know it works |
| 831 | and compiles only on the specified platforms. For others, | 841 | and compiles only on the specified platforms. For others, |
| 832 | it probably doesn't make sense to try. */ | 842 | it probably doesn't make sense to try. */ |
| @@ -903,6 +913,8 @@ Boston, MA 02111-1307, USA. */ | |||
| 903 | #define mktime emacs_mktime | 913 | #define mktime emacs_mktime |
| 904 | #endif | 914 | #endif |
| 905 | 915 | ||
| 916 | #define my_strftime nstrftime /* for strftime.c */ | ||
| 917 | |||
| 906 | /* The rest of the code currently tests the CPP symbol BSTRING. | 918 | /* The rest of the code currently tests the CPP symbol BSTRING. |
| 907 | Override any claims made by the system-description files. | 919 | Override any claims made by the system-description files. |
| 908 | Note that on some SCO version it is possible to have bcopy and not bcmp. */ | 920 | Note that on some SCO version it is possible to have bcopy and not bcmp. */ |