Mercurial > hg > xemacs-beta
comparison src/general-slots.h @ 1632:64eaceca611d
[xemacs-hg @ 2003-08-19 02:07:03 by james]
Enable module building and running on Cygwin and MinGW.
author | james |
---|---|
date | Tue, 19 Aug 2003 02:07:16 +0000 |
parents | 1b0339b048ce |
children | 44905d8fae13 |
comparison
equal
deleted
inserted
replaced
1631:1bf7b032a45d | 1632:64eaceca611d |
---|---|
23 | 23 |
24 /* The purpose of this file is as a central place to stick symbols | 24 /* The purpose of this file is as a central place to stick symbols |
25 that don't have any obvious connection to any particular module | 25 that don't have any obvious connection to any particular module |
26 and might be used in many different contexts. | 26 and might be used in many different contexts. |
27 | 27 |
28 Three types of declarations are allowed here: | 28 Four types of declarations are allowed here: |
29 | 29 |
30 SYMBOL (Qfoo); declares a symbol "foo" | 30 SYMBOL (Qfoo); declares a symbol "foo" |
31 SYMBOL_MODULE_API (Qfoo); declares a symbol "foo" that is visible to modules | |
31 SYMBOL_KEYWORD (Q_foo); declares a keyword symbol ":foo" | 32 SYMBOL_KEYWORD (Q_foo); declares a keyword symbol ":foo" |
32 SYMBOL_GENERAL (Qfoo, "bar"); declares a symbol named "bar" but stored in | 33 SYMBOL_GENERAL (Qfoo, "bar"); declares a symbol named "bar" but stored in |
33 the variable Qfoo | 34 the variable Qfoo |
34 | 35 |
35 To sort the crap in this file, use the following: | 36 To sort the crap in this file, use the following: |
122 SYMBOL (Qexternal); | 123 SYMBOL (Qexternal); |
123 SYMBOL (Qface); | 124 SYMBOL (Qface); |
124 SYMBOL (Qfaces); | 125 SYMBOL (Qfaces); |
125 SYMBOL (Qfallback); | 126 SYMBOL (Qfallback); |
126 SYMBOL (Qfile); | 127 SYMBOL (Qfile); |
127 SYMBOL (Qfile_name); | 128 SYMBOL_MODULE_API (Qfile_name); |
128 SYMBOL_KEYWORD (Q_filter); | 129 SYMBOL_KEYWORD (Q_filter); |
129 SYMBOL (Qfont); | 130 SYMBOL (Qfont); |
130 SYMBOL (Qframe); | 131 SYMBOL (Qframe); |
131 SYMBOL (Qframes); | 132 SYMBOL (Qframes); |
132 SYMBOL (Qfrom_page); | 133 SYMBOL (Qfrom_page); |
192 SYMBOL (Qmodifiers); | 193 SYMBOL (Qmodifiers); |
193 SYMBOL (Qmotion); | 194 SYMBOL (Qmotion); |
194 SYMBOL (Qmsprinter); | 195 SYMBOL (Qmsprinter); |
195 SYMBOL (Qmswindows); | 196 SYMBOL (Qmswindows); |
196 SYMBOL (Qname); | 197 SYMBOL (Qname); |
197 SYMBOL (Qnative); | 198 SYMBOL_MODULE_API (Qnative); |
198 SYMBOL (Qnatnum); | 199 SYMBOL (Qnatnum); |
199 SYMBOL (Qno); | 200 SYMBOL (Qno); |
200 SYMBOL (Qnone); | 201 SYMBOL (Qnone); |
201 SYMBOL (Qnot); | 202 SYMBOL (Qnot); |
202 SYMBOL (Qnothing); | 203 SYMBOL (Qnothing); |
203 SYMBOL (Qnotice); | 204 SYMBOL_MODULE_API (Qnotice); |
204 SYMBOL (Qobject); | 205 SYMBOL (Qobject); |
205 SYMBOL (Qok); | 206 SYMBOL (Qok); |
206 SYMBOL (Qold_assoc); | 207 SYMBOL (Qold_assoc); |
207 SYMBOL (Qold_delete); | 208 SYMBOL (Qold_delete); |
208 SYMBOL (Qold_delq); | 209 SYMBOL (Qold_delq); |