Thu Mar 2 09:47:30 PST 2000 Michael Jennings <mej@eterm.org>

Right.  How the hell did I miss that?!  Thanks again Valdis.


SVN revision: 2169
This commit is contained in:
Michael Jennings 2000-03-02 17:48:30 +00:00
parent 8e9f100232
commit 1ce4f9c088
3 changed files with 9 additions and 4 deletions

View File

@ -3260,3 +3260,8 @@ Wed Mar 1 18:37:18 PST 2000 Michael Jennings <mej@eterm.org>
the parsing of escape sequences a little better.
-------------------------------------------------------------------------------
Thu Mar 2 09:47:30 PST 2000 Michael Jennings <mej@eterm.org>
Right. How the hell did I miss that?! Thanks again Valdis.
-------------------------------------------------------------------------------

View File

@ -133,7 +133,7 @@ AC_CHECK_HEADERS(fcntl.h termios.h \
sys/ioctl.h sys/select.h sys/time.h \
sys/sockio.h sys/byteorder.h \
utmpx.h unistd.h bsd/signal.h regex.h \
regexp.h stdarg.h)
regexp.h stdarg.h X11/Xmu/Atoms.h)
AC_HEADER_TIME
dnl# Missing typedefs and replacements
@ -144,7 +144,7 @@ AC_TYPE_UID_T
dnl# Checks for library functions.
AC_TYPE_SIGNAL
AC_CHECK_FUNCS(atexit _exit unsetenv setutent seteuid memmove putenv strsep setresuid setresgid memmem usleep snprintf X11/Xmu/Atoms.h)
AC_CHECK_FUNCS(atexit _exit unsetenv setutent seteuid memmove putenv strsep setresuid setresgid memmem usleep snprintf)
dps_snprintf_oflow()
dnl# Check for the need for -lutil on BSD systems

View File

@ -2395,8 +2395,8 @@ selection_paste(Window win, unsigned prop, int Delete)
if (actual_type == XA_STRING) {
PasteIt(data, nitems);
} else {
int size, i, ret;
XTextProperty xtextp;
int size, i;
XTextProperty xtextp;
char **cl;
xtextp.value = data;