Changeset 6141 for trunk/ARBDB/adlocal.h
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/ARBDB/adlocal.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ARBDB/adlocal.h
r6055 r6141 44 44 #endif 45 45 46 /* ================ Assert 's ======================== */46 /* ================ Assertions ======================== */ 47 47 48 48 #ifndef ARB_ASSERT_H … … 72 72 73 73 74 /********** RELATIVE AD RESSING *************/74 /********** RELATIVE ADDRESSING *************/ 75 75 76 76 #if (MEMORY_TEST==1) … … 84 84 typedef struct gb_if_entries **GB_REL_PIFES; 85 85 #else 86 typedef long GB_REL_ADD; /* relative ad ress */87 typedef long GB_REL_STRING; /* relative ad ress */88 typedef long GB_REL_GBDATA; /* relative ad ress */89 typedef long GB_REL_CONTAINER; /* relative ad ress */90 typedef long GB_REL_HLS; /* relative ad ress */91 typedef long GB_REL_IFES; /* relative ad ress */92 typedef long GB_REL_IFS; /* relative ad ress */93 typedef long GB_REL_PIFES; /* relative ad ress */86 typedef long GB_REL_ADD; /* relative address */ 87 typedef long GB_REL_STRING; /* relative address */ 88 typedef long GB_REL_GBDATA; /* relative address */ 89 typedef long GB_REL_CONTAINER; /* relative address */ 90 typedef long GB_REL_HLS; /* relative address */ 91 typedef long GB_REL_IFES; /* relative address */ 92 typedef long GB_REL_IFS; /* relative address */ 93 typedef long GB_REL_PIFES; /* relative address */ 94 94 #endif 95 95 … … 252 252 253 253 struct gb_quick_save_struct { 254 char *quick_save_disabled; /* GB_BOOL if set, th an text decsribes reason*/254 char *quick_save_disabled; /* GB_BOOL if set, then text describes reason */ 255 255 int last_index; 256 256 }; … … 423 423 unsigned int unused:1; /* last bit saved */ 424 424 unsigned int user_flags:8; 425 unsigned int temporary:1; /* ==1 -> don t save entry */425 unsigned int temporary:1; /* ==1 -> don't save entry */ 426 426 unsigned int saved_flags:8; 427 427 }; 428 428 struct gb_flag_types2 { /* private flags, abortable */ 429 /* uncritic sectionundoable */429 /* uncritical section, undoable */ 430 430 unsigned int last_updated:8; 431 431 unsigned int usr_ref:7; /* for user access */
