2010-05-27 Tristan Gingold <gingold@adacore.com>

* lbr.h: Improve comments.
This commit is contained in:
Tristan Gingold 2010-05-27 10:37:23 +00:00
parent 659d18d29b
commit 715e56676f
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2010-05-27 Tristan Gingold <gingold@adacore.com>
* lbr.h: Improve comments.
2010-05-17 Tristan Gingold <gingold@adacore.com>
* eidc.h: New file.

View File

@ -166,7 +166,7 @@ struct vms_indexdef
unsigned char fill_1[6];
/* The key field contains vms_idxdef/vms_idxdef2 structures, which are
/* The key field contains vms_idx/vms_elfidx structures, which are
simply a key (= a string) and a rfa. */
unsigned char keys[INDEXDEF__BLKSIZ];
};
@ -292,7 +292,9 @@ struct vms_mhd
#define MHD__C_MHDID 0xad /* Value for id. */
#define MHD__C_MHDLEN 16 /* Fixed part length. */
#define MHD__C_USRDAT 16
#define MHD__M_SELSRC 0x1
/* Flags for objstat. */
#define MHD__M_SELSRC 0x1 /* Selective search. */
#define MHD__M_OBJTIR 0x2
#define MHD__M_WKSYM 0x4