cvsuser     04/02/08 11:46:55

  Modified:    src      events.c
  Log:
  event-handling-24
  
  Revision  Changes    Path
  1.31      +5 -1      parrot/src/events.c
  
  Index: events.c
  ===================================================================
  RCS file: /cvs/public/parrot/src/events.c,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -w -r1.30 -r1.31
  --- events.c  8 Feb 2004 19:42:07 -0000       1.30
  +++ events.c  8 Feb 2004 19:46:55 -0000       1.31
  @@ -1,6 +1,6 @@
   /*
   Copyright: 2001-2003 The Perl Foundation.  All Rights Reserved.
  -$Id: events.c,v 1.30 2004/02/08 19:42:07 leo Exp $
  +$Id: events.c,v 1.31 2004/02/08 19:46:55 leo Exp $
   
   =head1 NAME
   
  @@ -918,6 +918,10 @@
        * other event handler OTOH we must ensure that all state changes
        * are done in do_event and we should probably suspend nested
        * event handlers sometimes
  +     *
  +     * FIXME: the same is true for the *next param:
  +     *        get rid of that, instead mangle the resume flags
  +     *        and offset to stop the runloop
        *
        */
   
  
  
  

Reply via email to