(syms_of_ntproc): Use DEFSYM macro.

This commit is contained in:
Jason Rumney 2007-06-11 22:07:43 +00:00
parent 019e3c1ad3
commit 5112869221

View file

@ -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);