diff options
| author | Jason Rumney | 2007-06-11 22:07:43 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-06-11 22:07:43 +0000 |
| commit | 5112869221ca68e1afd0d893b8f835af06b96cb1 (patch) | |
| tree | ea817190b94093fc5ea452437828e83902a321cc /src | |
| parent | 019e3c1ad315eaadf5b73e15d515cf2d13cba660 (diff) | |
| download | emacs-5112869221ca68e1afd0d893b8f835af06b96cb1.tar.gz emacs-5112869221ca68e1afd0d893b8f835af06b96cb1.zip | |
(syms_of_ntproc): Use DEFSYM macro.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32proc.c | 6 |
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 | ||
| 2218 | syms_of_ntproc () | 2218 | syms_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); |