emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Change to process.c


From: Eli Zaretskii
Subject: Re: Change to process.c
Date: Sun, 22 May 2005 06:48:28 +0300

> From: Nick Roberts <address@hidden>
> Date: Sun, 22 May 2005 14:44:20 +1200
> Cc: address@hidden
> 
> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. 
> -I/home/nick/emacs/src -D_BSD_SOURCE -I/usr/X11R6/include -g3 process.c
> process.c: In function `send_process':
> process.c:5295: warning: assignment from incompatible pointer type
> process.c:5304: warning: passing arg 2 of `sys_signal' from incompatible 
> pointer type
> process.c:5323: warning: passing arg 2 of `sys_signal' from incompatible 
> pointer type
> process.c:5404: warning: passing arg 2 of `sys_signal' from incompatible 
> pointer type

What are the expansions of the macros that come into play here
(SIGTYPE, signal_handler_t), and what is the signature of sys_signal
on that machine?

Also, what version of GCC is that?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]