aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2007-06-11 22:07:43 +0000
committerJason Rumney2007-06-11 22:07:43 +0000
commit5112869221ca68e1afd0d893b8f835af06b96cb1 (patch)
treeea817190b94093fc5ea452437828e83902a321cc /src
parent019e3c1ad315eaadf5b73e15d515cf2d13cba660 (diff)
downloademacs-5112869221ca68e1afd0d893b8f835af06b96cb1.tar.gz
emacs-5112869221ca68e1afd0d893b8f835af06b96cb1.zip
(syms_of_ntproc): Use DEFSYM macro.
Diffstat (limited to 'src')
-rw-r--r--src/w32proc.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/w32proc.c b/src/w32proc.c
index 2120a51fb89..84114e0f1c5 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -2217,10 +2217,8 @@ If successful, the new layout id is returned, otherwise nil. */)
2217 2217
2218syms_of_ntproc () 2218syms_of_ntproc ()
2219{ 2219{
2220 Qhigh = intern ("high"); 2220 DEFSYM (Qhigh, "high");
2221 Qlow = intern ("low"); 2221 DEFSYM (Qlow, "low");
2222 staticpro (&Qhigh);
2223 staticpro (&Qlow);
2224 2222
2225#ifdef HAVE_SOCKETS 2223#ifdef HAVE_SOCKETS
2226 defsubr (&Sw32_has_winsock); 2224 defsubr (&Sw32_has_winsock);