Changeset 449 in svn for branches/1.2/xcache.c
- Timestamp:
- 2007-07-12T02:32:54Z (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/xcache.c
r446 r449 967 967 if (!XG(initial_compile_file_called)) { 968 968 xc_sandbox_free(&sandbox, XC_InstallNoBinding TSRMLS_CC); 969 return op_array; 970 } 969 ENTER_LOCK(cache) { 970 cache->compiling = 0; 971 } LEAVE_LOCK(cache); 972 return op_array; 973 } 971 974 972 975 filename = h->opened_path ? h->opened_path : h->filename;
Note: See TracChangeset
for help on using the changeset viewer.