Changeset 7590 for branches/stable_5.0/ARBDB
- Timestamp:
- 27/05/11 10:31:18 (12 months ago)
- Files:
-
- 1 modified
-
branches/stable_5.0/ARBDB/ad_load.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable_5.0/ARBDB/ad_load.c
r6149 r7590 1416 1416 GB_init_gb(); 1417 1417 1418 if (GB_install_pid(1)) return 0; 1418 error = GB_install_pid(1); 1419 if (error) { 1420 GB_export_error(error); 1421 return 0; 1422 } 1419 1423 1420 1424 Main = gb_make_gb_main_type(path);
