Show
Ignore:
Timestamp:
07/18/2012 08:51:01 AM (10 months ago)
Author:
moo
Message:

clean up

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache/xc_sandbox.c

    r987 r989  
    402402    return op_array; 
    403403} 
    404 /* {{{ */ 
     404/* }}} */ 
    405405const Bucket *xc_sandbox_user_function_begin(TSRMLS_D) /* {{{ */ 
    406406{ 
     
    409409    return TG(internal_function_tail) ? TG(internal_function_tail)->pListNext : TG(function_table).pListHead; 
    410410} 
    411 /* {{{ */ 
     411/* }}} */ 
    412412const Bucket *xc_sandbox_user_class_begin(TSRMLS_D) /* {{{ */ 
    413413{ 
     
    416416    return TG(internal_class_tail) ? TG(internal_class_tail)->pListNext : TG(class_table).pListHead; 
    417417} 
    418 /* {{{ */ 
     418/* }}} */ 
    419419#ifdef XCACHE_ERROR_CACHING 
    420420xc_compilererror_t *xc_sandbox_compilererrors(TSRMLS_D) /* {{{ */