Move stack_top code from cothread_create() to cothread_context_init(), since we only...
authorDavid Schleef <ds@schleef.org>
Fri, 15 Nov 2002 09:51:41 +0000 (09:51 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 15 Nov 2002 09:51:41 +0000 (09:51 +0000)
commit179a63446c2a0443b39d3ad4ececba0f11aab9f3
treed9ae4ec00aba679a42b6f8cd9de25ab9ea2220a6
parent852761c9dcfec5a0dac586fa466a64dffe163c74
Move stack_top code from cothread_create() to cothread_context_init(), since we only need to calculate it once.

Original commit message from CVS:
Move stack_top code from cothread_create() to cothread_context_init(),
since we only need to calculate it once.
gst/cothreads.c