1:
2: #define LIBGAUCHE_BODY
3: #include <gauche.h>
4: #if defined(__CYGWIN__) || defined(GAUCHE_WINDOWS)
5: #define SCM_CGEN_CONST
6: #else
7: #define SCM_CGEN_CONST const
8: #endif
9: static SCM_CGEN_CONST struct scm__scRec {
10: ScmString d132[252];
11: } scm__sc = {
12: {
13: SCM_STRING_CONST_INITIALIZER("gauche/numerical", 16, 16),
14: SCM_STRING_CONST_INITIALIZER("exp", 3, 3),
15: SCM_STRING_CONST_INITIALIZER("log", 3, 3),
16: SCM_STRING_CONST_INITIALIZER("sqrt", 4, 4),
17: SCM_STRING_CONST_INITIALIZER("expt", 4, 4),
18: SCM_STRING_CONST_INITIALIZER("cos", 3, 3),
19: SCM_STRING_CONST_INITIALIZER("sin", 3, 3),
20: SCM_STRING_CONST_INITIALIZER("tan", 3, 3),
21: SCM_STRING_CONST_INITIALIZER("asin", 4, 4),
22: SCM_STRING_CONST_INITIALIZER("acos", 4, 4),
23: SCM_STRING_CONST_INITIALIZER("atan", 4, 4),
24: SCM_STRING_CONST_INITIALIZER("gcd", 3, 3),
25: SCM_STRING_CONST_INITIALIZER("lcm", 3, 3),
26: SCM_STRING_CONST_INITIALIZER("nearly=?", 8, 8),
27: SCM_STRING_CONST_INITIALIZER("gauche/redefutil", 16, 16),
28: SCM_STRING_CONST_INITIALIZER("redefine-class!", 15, 15),
29: SCM_STRING_CONST_INITIALIZER("class-redefinition", 18, 18),
30: SCM_STRING_CONST_INITIALIZER("update-direct-subclass!", 23, 23),
31: SCM_STRING_CONST_INITIALIZER("change-object-class", 19, 19),
32: SCM_STRING_CONST_INITIALIZER("gauche.charconv", 15, 15),
33: SCM_STRING_CONST_INITIALIZER("%open-input-file/conv", 21, 21),
34: SCM_STRING_CONST_INITIALIZER("%open-output-file/conv", 22, 22),
35: SCM_STRING_CONST_INITIALIZER("gauche/signal", 13, 13),
36: SCM_STRING_CONST_INITIALIZER("with-signal-handlers", 20, 20),
37: SCM_STRING_CONST_INITIALIZER("gauche.modutil", 14, 14),
38: SCM_STRING_CONST_INITIALIZER("export-if-defined", 17, 17),
39: SCM_STRING_CONST_INITIALIZER("use-version", 11, 11),
40: SCM_STRING_CONST_INITIALIZER("gauche.portutil", 15, 15),
41: SCM_STRING_CONST_INITIALIZER("port->string", 12, 12),
42: SCM_STRING_CONST_INITIALIZER("port->list", 10, 10),
43: SCM_STRING_CONST_INITIALIZER("port->string-list", 17, 17),
44: SCM_STRING_CONST_INITIALIZER("port->sexp-list", 15, 15),
45: SCM_STRING_CONST_INITIALIZER("copy-port", 9, 9),
46: SCM_STRING_CONST_INITIALIZER("port-fold", 9, 9),
47: SCM_STRING_CONST_INITIALIZER("port-fold-right", 15, 15),
48: SCM_STRING_CONST_INITIALIZER("port-for-each", 13, 13),
49: SCM_STRING_CONST_INITIALIZER("port-map", 8, 8),
50: SCM_STRING_CONST_INITIALIZER("port-position-prefix", 20, 20),
51: SCM_STRING_CONST_INITIALIZER("port-tell", 9, 9),
52: SCM_STRING_CONST_INITIALIZER("gauche.miscutil", 15, 15),
53: SCM_STRING_CONST_INITIALIZER("object-source-info", 18, 18),
54: SCM_STRING_CONST_INITIALIZER("sinh", 4, 4),
55: SCM_STRING_CONST_INITIALIZER("cosh", 4, 4),
56: SCM_STRING_CONST_INITIALIZER("tanh", 4, 4),
57: SCM_STRING_CONST_INITIALIZER("asinh", 5, 5),
58: SCM_STRING_CONST_INITIALIZER("acosh", 5, 5),
59: SCM_STRING_CONST_INITIALIZER("atanh", 5, 5),
60: SCM_STRING_CONST_INITIALIZER("gauche/logical", 14, 14),
61: SCM_STRING_CONST_INITIALIZER("logtest", 7, 7),
62: SCM_STRING_CONST_INITIALIZER("logbit?", 7, 7),
63: SCM_STRING_CONST_INITIALIZER("copy-bit", 8, 8),
64: SCM_STRING_CONST_INITIALIZER("bit-field", 9, 9),
65: SCM_STRING_CONST_INITIALIZER("copy-bit-field", 14, 14),
66: SCM_STRING_CONST_INITIALIZER("integer-length", 14, 14),
67: SCM_STRING_CONST_INITIALIZER("gauche/common-macros", 20, 20),
68: SCM_STRING_CONST_INITIALIZER("syntax-error", 12, 12),
69: SCM_STRING_CONST_INITIALIZER("syntax-errorf", 13, 13),
70: SCM_STRING_CONST_INITIALIZER("push!", 5, 5),
71: SCM_STRING_CONST_INITIALIZER("pop!", 4, 4),
72: SCM_STRING_CONST_INITIALIZER("inc!", 4, 4),
73: SCM_STRING_CONST_INITIALIZER("dec!", 4, 4),
74: SCM_STRING_CONST_INITIALIZER("update!", 7, 7),
75: SCM_STRING_CONST_INITIALIZER("check-arg", 9, 9),
76: SCM_STRING_CONST_INITIALIZER("get-optional", 12, 12),
77: SCM_STRING_CONST_INITIALIZER("let-optionals*", 14, 14),
78: SCM_STRING_CONST_INITIALIZER("get-keyword*", 12, 12),
79: SCM_STRING_CONST_INITIALIZER("let-keywords*", 13, 13),
80: SCM_STRING_CONST_INITIALIZER("let-keywords", 12, 12),
81: SCM_STRING_CONST_INITIALIZER("let1", 4, 4),
82: SCM_STRING_CONST_INITIALIZER("let/cc", 6, 6),
83: SCM_STRING_CONST_INITIALIZER("begin0", 6, 6),
84: SCM_STRING_CONST_INITIALIZER("fluid-let", 9, 9),
85: SCM_STRING_CONST_INITIALIZER("values-ref", 10, 10),
86: SCM_STRING_CONST_INITIALIZER("dotimes", 7, 7),
87: SCM_STRING_CONST_INITIALIZER("dolist", 6, 6),
88: SCM_STRING_CONST_INITIALIZER("while", 5, 5),
89: SCM_STRING_CONST_INITIALIZER("until", 5, 5),
90: SCM_STRING_CONST_INITIALIZER("guard", 5, 5),
91: SCM_STRING_CONST_INITIALIZER("unwind-protect", 14, 14),
92: SCM_STRING_CONST_INITIALIZER("gauche.regexp", 13, 13),
93: SCM_STRING_CONST_INITIALIZER("rxmatch-let", 11, 11),
94: SCM_STRING_CONST_INITIALIZER("rxmatch-if", 10, 10),
95: SCM_STRING_CONST_INITIALIZER("rxmatch-cond", 12, 12),
96: SCM_STRING_CONST_INITIALIZER("rxmatch-case", 12, 12),
97: SCM_STRING_CONST_INITIALIZER("regexp-replace", 14, 14),
98: SCM_STRING_CONST_INITIALIZER("regexp-replace-all", 18, 18),
99: SCM_STRING_CONST_INITIALIZER("regexp-replace*", 15, 15),
100: SCM_STRING_CONST_INITIALIZER("regexp-replace-all*", 19, 19),
101: SCM_STRING_CONST_INITIALIZER("regexp-quote", 12, 12),
102: SCM_STRING_CONST_INITIALIZER("gauche.procedure", 16, 16),
103: SCM_STRING_CONST_INITIALIZER("compose", 7, 7),
104: SCM_STRING_CONST_INITIALIZER("complement", 10, 10),
105: SCM_STRING_CONST_INITIALIZER("pa$", 3, 3),
106: SCM_STRING_CONST_INITIALIZER("map$", 4, 4),
107: SCM_STRING_CONST_INITIALIZER("for-each$", 9, 9),
108: SCM_STRING_CONST_INITIALIZER("apply$", 6, 6),
109: SCM_STRING_CONST_INITIALIZER("count$", 6, 6),
110: SCM_STRING_CONST_INITIALIZER("fold$", 5, 5),
111: SCM_STRING_CONST_INITIALIZER("fold-right$", 11, 11),
112: SCM_STRING_CONST_INITIALIZER("reduce$", 7, 7),
113: SCM_STRING_CONST_INITIALIZER("reduce-right$", 13, 13),
114: SCM_STRING_CONST_INITIALIZER("filter$", 7, 7),
115: SCM_STRING_CONST_INITIALIZER("partition$", 10, 10),
116: SCM_STRING_CONST_INITIALIZER("remove$", 7, 7),
117: SCM_STRING_CONST_INITIALIZER("find$", 5, 5),
118: SCM_STRING_CONST_INITIALIZER("find-tail$", 10, 10),
119: SCM_STRING_CONST_INITIALIZER("any$", 4, 4),
120: SCM_STRING_CONST_INITIALIZER("every$", 6, 6),
121: SCM_STRING_CONST_INITIALIZER("delete$", 7, 7),
122: SCM_STRING_CONST_INITIALIZER("member$", 7, 7),
123: SCM_STRING_CONST_INITIALIZER("assoc$", 6, 6),
124: SCM_STRING_CONST_INITIALIZER("any-pred", 8, 8),
125: SCM_STRING_CONST_INITIALIZER("every-pred", 10, 10),
126: SCM_STRING_CONST_INITIALIZER("arity", 5, 5),
127: SCM_STRING_CONST_INITIALIZER("procedure-arity-includes?", 25, 25),
128: SCM_STRING_CONST_INITIALIZER("<arity-at-least>", 16, 16),
129: SCM_STRING_CONST_INITIALIZER("arity-at-least?", 15, 15),
130: SCM_STRING_CONST_INITIALIZER("arity-at-least-value", 20, 20),
131: SCM_STRING_CONST_INITIALIZER("disasm", 6, 6),
132: SCM_STRING_CONST_INITIALIZER("case-lambda", 11, 11),
133: SCM_STRING_CONST_INITIALIZER("gauche.time", 11, 11),
134: SCM_STRING_CONST_INITIALIZER("time", 4, 4),
135: SCM_STRING_CONST_INITIALIZER("gauche.vm.debugger", 18, 18),
136: SCM_STRING_CONST_INITIALIZER("debug-print", 11, 11),
137: SCM_STRING_CONST_INITIALIZER("debug-print-width", 17, 17),
138: SCM_STRING_CONST_INITIALIZER("debug-source-info", 17, 17),
139: SCM_STRING_CONST_INITIALIZER("gauche.vm.profiler", 18, 18),
140: SCM_STRING_CONST_INITIALIZER("profiler-show", 13, 13),
141: SCM_STRING_CONST_INITIALIZER("profiler-show-load-stats", 24, 24),
142: SCM_STRING_CONST_INITIALIZER("srfi-0", 6, 6),
143: SCM_STRING_CONST_INITIALIZER("cond-expand", 11, 11),
144: SCM_STRING_CONST_INITIALIZER("srfi-7", 6, 6),
145: SCM_STRING_CONST_INITIALIZER("program", 7, 7),
146: SCM_STRING_CONST_INITIALIZER("srfi-26", 7, 7),
147: SCM_STRING_CONST_INITIALIZER("cut", 3, 3),
148: SCM_STRING_CONST_INITIALIZER("cute", 4, 4),
149: SCM_STRING_CONST_INITIALIZER("srfi-31", 7, 7),
150: SCM_STRING_CONST_INITIALIZER("rec", 3, 3),
151: SCM_STRING_CONST_INITIALIZER("srfi-55", 7, 7),
152: SCM_STRING_CONST_INITIALIZER("require-extension", 17, 17),
153: SCM_STRING_CONST_INITIALIZER("gauche.interpolate", 18, 18),
154: SCM_STRING_CONST_INITIALIZER("string-interpolate", 18, 18),
155: SCM_STRING_CONST_INITIALIZER("gauche.auxsys", 13, 13),
156: SCM_STRING_CONST_INITIALIZER("fmod", 4, 4),
157: SCM_STRING_CONST_INITIALIZER("frexp", 5, 5),
158: SCM_STRING_CONST_INITIALIZER("modf", 4, 4),
159: SCM_STRING_CONST_INITIALIZER("ldexp", 5, 5),
160: SCM_STRING_CONST_INITIALIZER("sys-abort", 9, 9),
161: SCM_STRING_CONST_INITIALIZER("sys-realpath", 12, 12),
162: SCM_STRING_CONST_INITIALIZER("sys-mkfifo", 10, 10),
163: SCM_STRING_CONST_INITIALIZER("sys-fdset", 9, 9),
164: SCM_STRING_CONST_INITIALIZER("list->sys-fdset", 15, 15),
165: SCM_STRING_CONST_INITIALIZER("sys-fdset->list", 15, 15),
166: SCM_STRING_CONST_INITIALIZER("sys-setgid", 10, 10),
167: SCM_STRING_CONST_INITIALIZER("sys-setpgid", 11, 11),
168: SCM_STRING_CONST_INITIALIZER("sys-getpgid", 11, 11),
169: SCM_STRING_CONST_INITIALIZER("sys-getpgrp", 11, 11),
170: SCM_STRING_CONST_INITIALIZER("sys-setsid", 10, 10),
171: SCM_STRING_CONST_INITIALIZER("sys-setuid", 10, 10),
172: SCM_STRING_CONST_INITIALIZER("sys-times", 9, 9),
173: SCM_STRING_CONST_INITIALIZER("sys-uname", 9, 9),
174: SCM_STRING_CONST_INITIALIZER("sys-ctermid", 11, 11),
175: SCM_STRING_CONST_INITIALIZER("sys-gethostname", 15, 15),
176: SCM_STRING_CONST_INITIALIZER("sys-getdomainname", 17, 17),
177: SCM_STRING_CONST_INITIALIZER("sys-putenv", 10, 10),
178: SCM_STRING_CONST_INITIALIZER("sys-setenv", 10, 10),
179: SCM_STRING_CONST_INITIALIZER("sys-unsetenv", 12, 12),
180: SCM_STRING_CONST_INITIALIZER("sys-environ", 11, 11),
181: SCM_STRING_CONST_INITIALIZER("sys-environ->alist", 18, 18),
182: SCM_STRING_CONST_INITIALIZER("sys-chown", 9, 9),
183: SCM_STRING_CONST_INITIALIZER("sys-lchown", 10, 10),
184: SCM_STRING_CONST_INITIALIZER("sys-utime", 9, 9),
185: SCM_STRING_CONST_INITIALIZER("sys-getgroups", 13, 13),
186: SCM_STRING_CONST_INITIALIZER("sys-getlogin", 12, 12),
187: SCM_STRING_CONST_INITIALIZER("sys-localeconv", 14, 14),
188: SCM_STRING_CONST_INITIALIZER("sys-getloadavg", 14, 14),
189: SCM_STRING_CONST_INITIALIZER("gauche.defvalues", 16, 16),
190: SCM_STRING_CONST_INITIALIZER("define-values", 13, 13),
191: SCM_STRING_CONST_INITIALIZER("set!-values", 11, 11),
192: SCM_STRING_CONST_INITIALIZER("gauche.stringutil", 17, 17),
193: SCM_STRING_CONST_INITIALIZER("string-split", 12, 12),
194: SCM_STRING_CONST_INITIALIZER("gauche.fileutil", 15, 15),
195: SCM_STRING_CONST_INITIALIZER("file-exists?", 12, 12),
196: SCM_STRING_CONST_INITIALIZER("file-is-regular?", 16, 16),
197: SCM_STRING_CONST_INITIALIZER("file-is-directory?", 18, 18),
198: SCM_STRING_CONST_INITIALIZER("glob", 4, 4),
199: SCM_STRING_CONST_INITIALIZER("glob-fold", 9, 9),
200: SCM_STRING_CONST_INITIALIZER("sys-glob", 8, 8),
201: SCM_STRING_CONST_INITIALIZER("sys-stat->file-type", 19, 19),
202: SCM_STRING_CONST_INITIALIZER("sys-stat->mode", 14, 14),
203: SCM_STRING_CONST_INITIALIZER("sys-stat->ino", 13, 13),
204: SCM_STRING_CONST_INITIALIZER("sys-stat->dev", 13, 13),
205: SCM_STRING_CONST_INITIALIZER("sys-stat->rdev", 14, 14),
206: SCM_STRING_CONST_INITIALIZER("sys-stat->nlink", 15, 15),
207: SCM_STRING_CONST_INITIALIZER("sys-stat->size", 14, 14),
208: SCM_STRING_CONST_INITIALIZER("sys-stat->uid", 13, 13),
209: SCM_STRING_CONST_INITIALIZER("sys-stat->gid", 13, 13),
210: SCM_STRING_CONST_INITIALIZER("sys-stat->atime", 15, 15),
211: SCM_STRING_CONST_INITIALIZER("sys-stat->mtime", 15, 15),
212: SCM_STRING_CONST_INITIALIZER("sys-stat->ctime", 15, 15),
213: SCM_STRING_CONST_INITIALIZER("sys-stat->type", 14, 14),
214: SCM_STRING_CONST_INITIALIZER("sys-tm->alist", 13, 13),
215: SCM_STRING_CONST_INITIALIZER("gauche.hashutil", 15, 15),
216: SCM_STRING_CONST_INITIALIZER("hash-table", 10, 10),
217: SCM_STRING_CONST_INITIALIZER("hash-table-fold", 15, 15),
218: SCM_STRING_CONST_INITIALIZER("hash-table-for-each", 19, 19),
219: SCM_STRING_CONST_INITIALIZER("hash-table-map", 14, 14),
220: SCM_STRING_CONST_INITIALIZER("gauche.treeutil", 15, 15),
221: SCM_STRING_CONST_INITIALIZER("make-tree-map", 13, 13),
222: SCM_STRING_CONST_INITIALIZER("tree-map-empty?", 15, 15),
223: SCM_STRING_CONST_INITIALIZER("tree-map-min", 12, 12),
224: SCM_STRING_CONST_INITIALIZER("tree-map-max", 12, 12),
225: SCM_STRING_CONST_INITIALIZER("tree-map-pop-min!", 17, 17),
226: SCM_STRING_CONST_INITIALIZER("tree-map-pop-max!", 17, 17),
227: SCM_STRING_CONST_INITIALIZER("tree-map-fold", 13, 13),
228: SCM_STRING_CONST_INITIALIZER("tree-map-fold-right", 19, 19),
229: SCM_STRING_CONST_INITIALIZER("tree-map-keys", 13, 13),
230: SCM_STRING_CONST_INITIALIZER("tree-map-values", 15, 15),
231: SCM_STRING_CONST_INITIALIZER("tree-map->alist", 15, 15),
232: SCM_STRING_CONST_INITIALIZER("alist->tree-map", 15, 15),
233: SCM_STRING_CONST_INITIALIZER("gauche.libutil", 14, 14),
234: SCM_STRING_CONST_INITIALIZER("library-fold", 12, 12),
235: SCM_STRING_CONST_INITIALIZER("library-map", 11, 11),
236: SCM_STRING_CONST_INITIALIZER("library-for-each", 16, 16),
237: SCM_STRING_CONST_INITIALIZER("library-exists?", 15, 15),
238: SCM_STRING_CONST_INITIALIZER("library-has-module?", 19, 19),
239: SCM_STRING_CONST_INITIALIZER("gauche.sortutil", 15, 15),
240: SCM_STRING_CONST_INITIALIZER("sort", 4, 4),
241: SCM_STRING_CONST_INITIALIZER("sort!", 5, 5),
242: SCM_STRING_CONST_INITIALIZER("merge", 5, 5),
243: SCM_STRING_CONST_INITIALIZER("merge!", 6, 6),
244: SCM_STRING_CONST_INITIALIZER("sorted?", 7, 7),
245: SCM_STRING_CONST_INITIALIZER("stable-sort", 11, 11),
246: SCM_STRING_CONST_INITIALIZER("stable-sort!", 12, 12),
247: SCM_STRING_CONST_INITIALIZER("gauche.condutil", 15, 15),
248: SCM_STRING_CONST_INITIALIZER("make-condition-type", 19, 19),
249: SCM_STRING_CONST_INITIALIZER("condition-type?", 15, 15),
250: SCM_STRING_CONST_INITIALIZER("make-condition", 14, 14),
251: SCM_STRING_CONST_INITIALIZER("condition-ref", 13, 13),
252: SCM_STRING_CONST_INITIALIZER("extract-condition", 17, 17),
253: SCM_STRING_CONST_INITIALIZER("define-condition-type", 21, 21),
254: SCM_STRING_CONST_INITIALIZER("condition", 9, 9),
255: SCM_STRING_CONST_INITIALIZER("&condition", 10, 10),
256: SCM_STRING_CONST_INITIALIZER("&message", 8, 8),
257: SCM_STRING_CONST_INITIALIZER("&serious", 8, 8),
258: SCM_STRING_CONST_INITIALIZER("&error", 6, 6),
259: SCM_STRING_CONST_INITIALIZER("&i/o-error", 10, 10),
260: SCM_STRING_CONST_INITIALIZER("&i/o-port-error", 15, 15),
261: SCM_STRING_CONST_INITIALIZER("&i/o-read-error", 15, 15),
262: SCM_STRING_CONST_INITIALIZER("&i/o-write-error", 16, 16),
263: SCM_STRING_CONST_INITIALIZER("&i/o-closed-error", 17, 17),
264: SCM_STRING_CONST_INITIALIZER("&read-error", 11, 11),
265: },
266: };
267: static struct scm__rcRec {
268: ScmObj d133[24];
269: } scm__rc = {
270: {
271: SCM_UNBOUND,
272: SCM_UNBOUND,
273: SCM_UNBOUND,
274: SCM_UNBOUND,
275: SCM_UNBOUND,
276: SCM_UNBOUND,
277: SCM_UNBOUND,
278: SCM_UNBOUND,
279: SCM_UNBOUND,
280: SCM_UNBOUND,
281: SCM_UNBOUND,
282: SCM_UNBOUND,
283: SCM_UNBOUND,
284: SCM_UNBOUND,
285: SCM_UNBOUND,
286: SCM_UNBOUND,
287: SCM_UNBOUND,
288: SCM_UNBOUND,
289: SCM_UNBOUND,
290: SCM_UNBOUND,
291: SCM_UNBOUND,
292: SCM_UNBOUND,
293: SCM_UNBOUND,
294: SCM_UNBOUND,
295: },
296: };
297: void Scm__InitAutoloads(void)
298: {
299: ScmModule *scheme = Scm_SchemeModule();
300: ScmModule *gauche = Scm_GaucheModule();
301: ScmSymbol *sym, *import_from;
302: ScmObj al, path;
303: path = SCM_OBJ(&scm__sc.d132[0]);
304: import_from = NULL;
305: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[1]))));
306: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
307: Scm_Define(scheme, sym, al);
308: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[2]))));
309: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
310: Scm_Define(scheme, sym, al);
311: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[3]))));
312: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
313: Scm_Define(scheme, sym, al);
314: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[4]))));
315: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
316: Scm_Define(scheme, sym, al);
317: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[5]))));
318: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
319: Scm_Define(scheme, sym, al);
320: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[6]))));
321: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
322: Scm_Define(scheme, sym, al);
323: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[7]))));
324: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
325: Scm_Define(scheme, sym, al);
326: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[8]))));
327: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
328: Scm_Define(scheme, sym, al);
329: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[9]))));
330: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
331: Scm_Define(scheme, sym, al);
332: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[10]))));
333: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
334: Scm_Define(scheme, sym, al);
335: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[11]))));
336: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
337: Scm_Define(scheme, sym, al);
338: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[12]))));
339: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
340: Scm_Define(scheme, sym, al);
341: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[13]))));
342: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
343: Scm_Define(scheme, sym, al);
344: path = SCM_OBJ(&scm__sc.d132[14]);
345: import_from = NULL;
346: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[15]))));
347: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
348: Scm_Define(gauche, sym, al);
349: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[16]))));
350: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
351: Scm_Define(gauche, sym, al);
352: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[17]))));
353: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
354: Scm_Define(gauche, sym, al);
355: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[18]))));
356: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
357: Scm_Define(gauche, sym, al);
358: scm__rc.d133[0] = Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[19])));
359: path = Scm_ModuleNameToPath(SCM_SYMBOL(scm__rc.d133[0]));
360: import_from = SCM_SYMBOL(scm__rc.d133[0]);
361: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[20]))));
362: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
363: Scm_Define(gauche, sym, al);
364: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[21]))));
365: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
366: Scm_Define(gauche, sym, al);
367: path = SCM_OBJ(&scm__sc.d132[22]);
368: import_from = NULL;
369: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[23]))));
370: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
371: Scm_Define(gauche, sym, Scm_MakeMacroAutoload(sym, SCM_AUTOLOAD(al)));
372: scm__rc.d133[1] = Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[24])));
373: path = Scm_ModuleNameToPath(SCM_SYMBOL(scm__rc.d133[1]));
374: import_from = SCM_SYMBOL(scm__rc.d133[1]);
375: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[25]))));
376: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
377: Scm_Define(gauche, sym, Scm_MakeMacroAutoload(sym, SCM_AUTOLOAD(al)));
378: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[26]))));
379: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
380: Scm_Define(gauche, sym, Scm_MakeMacroAutoload(sym, SCM_AUTOLOAD(al)));
381: scm__rc.d133[2] = Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[27])));
382: path = Scm_ModuleNameToPath(SCM_SYMBOL(scm__rc.d133[2]));
383: import_from = SCM_SYMBOL(scm__rc.d133[2]);
384: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[28]))));
385: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
386: Scm_Define(gauche, sym, al);
387: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[29]))));
388: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
389: Scm_Define(gauche, sym, al);
390: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[30]))));
391: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
392: Scm_Define(gauche, sym, al);
393: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[31]))));
394: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
395: Scm_Define(gauche, sym, al);
396: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[32]))));
397: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
398: Scm_Define(gauche, sym, al);
399: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[33]))));
400: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
401: Scm_Define(gauche, sym, al);
402: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[34]))));
403: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
404: Scm_Define(gauche, sym, al);
405: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[35]))));
406: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
407: Scm_Define(gauche, sym, al);
408: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[36]))));
409: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path), import_from);
410: Scm_Define(gauche, sym, al);
411: sym = SCM_SYMBOL(Scm_Intern(SCM_STRING(SCM_OBJ(&scm__sc.d132[37]))));
412: al = Scm_MakeAutoload(SCM_CURRENT_MODULE(), sym, SCM_STRING(path),