(syms_of_ntproc): Use DEFSYM macro.
This commit is contained in:
parent
019e3c1ad3
commit
5112869221
1 changed files with 2 additions and 4 deletions
|
@ -2217,10 +2217,8 @@ If successful, the new layout id is returned, otherwise nil. */)
|
|||
|
||||
syms_of_ntproc ()
|
||||
{
|
||||
Qhigh = intern ("high");
|
||||
Qlow = intern ("low");
|
||||
staticpro (&Qhigh);
|
||||
staticpro (&Qlow);
|
||||
DEFSYM (Qhigh, "high");
|
||||
DEFSYM (Qlow, "low");
|
||||
|
||||
#ifdef HAVE_SOCKETS
|
||||
defsubr (&Sw32_has_winsock);
|
||||
|
|
Loading…
Add table
Reference in a new issue