Skip to content

Commit ea3cd49

Browse files
committed
CHANGE: moved wait-list from system/ports to system/state
1 parent efbfa4e commit ea3cd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boot/sysobj.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ state: object [
234234
]
235235
last-error: none ; used by WHY?
236236
last-result: none ; used to store last console result
237+
wait-list: [] ; List of ports to add to 'wait
237238
]
238239

239240
modules: object [
@@ -281,7 +282,6 @@ dialects: construct [
281282
schemes: make block! 20 ; Block only before init-scheme! Than it is an object.
282283

283284
ports: object [
284-
wait-list: [] ; List of ports to add to 'wait
285285
system: ; Port for system events
286286
event: ; Port for GUI
287287
input: ; Port for user input.

0 commit comments

Comments
 (0)