diff src/w32proc.c @ 90921:47c076d206e6

(syms_of_ntproc): Use DEFSYM macro.
author Jason Rumney <jasonr@gnu.org>
date Mon, 11 Jun 2007 22:07:43 +0000
parents 95d0cdf160ea
children 148920faca07
line wrap: on
line diff
--- a/src/w32proc.c	Mon Jun 11 22:07:18 2007 +0000
+++ b/src/w32proc.c	Mon Jun 11 22:07:43 2007 +0000
@@ -2217,10 +2217,8 @@
 
 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);