changeset 90921:47c076d206e6

(syms_of_ntproc): Use DEFSYM macro.
author Jason Rumney <jasonr@gnu.org>
date Mon, 11 Jun 2007 22:07:43 +0000
parents b3ae82a0a4fd
children a4f75e39ca14
files src/w32proc.c
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
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);