comparison src/process.c @ 11148:117b32676686

(Fsignal_process): SIGCODE is a symbol, not a string.
author Karl Heuer <kwzh@gnu.org>
date Tue, 28 Mar 1995 23:33:32 +0000
parents c2b689aeb934
children e6bdaaa6ce1b
comparison
equal deleted inserted replaced
11147:8c896f45f888 11148:117b32676686
3051 #endif 3051 #endif
3052 #ifdef SIGUSR2 3052 #ifdef SIGUSR2
3053 handle_signal ("SIGUSR2", SIGUSR2); 3053 handle_signal ("SIGUSR2", SIGUSR2);
3054 #endif 3054 #endif
3055 else 3055 else
3056 error ("Undefined signal name %s", XSTRING (sigcode)->data); 3056 error ("Undefined signal name %s", name);
3057 } 3057 }
3058 3058
3059 #undef handle_signal 3059 #undef handle_signal
3060 3060
3061 #ifdef WINDOWSNT 3061 #ifdef WINDOWSNT