Changeset 408 for branches/thune/thread_safe/mkboot.t
- Timestamp:
- 06/11/07 04:07:02 (18 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/mkboot.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/mkboot.t
r377 r408 41 41 :boot-script 42 42 43 44 43 { 45 44 logic! 1 make dup :yes :on … … 134 133 none :os 135 134 [] :devices 136 [137 [138 [word word!/lit-word! def] [139 def: word: reader-macros last set140 ] func :macro141 142 [word word!/lit-word! sig block! body block!] [143 sig kernel-ops infuse144 body kernel-ops infuse145 func word: reader-macros last set146 ] func :macrof147 148 [n] [[n: 'add word! as] reduce] func :+149 [n] [[n: 'sub word! as] reduce] func :-150 [n] [[n: 'mul word! as] reduce] func :*151 [n] [[n: 'div word! as] reduce] func :/152 ] context153 ] reduce :reader-macros154 135 ] 155 136 context :script-env
