From f5239147ce9526662bffbd59584ce26017670786 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 19 Feb 2007 04:44:13 +0000 Subject: [PATCH] *** empty log message *** --- ase/conf_vms.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ase/conf_vms.h b/ase/conf_vms.h index 5d981808..682b0fa3 100644 --- a/ase/conf_vms.h +++ b/ase/conf_vms.h @@ -1,5 +1,5 @@ /* - * $Id: conf_vms.h,v 1.10 2007-02-13 06:16:18 bacon Exp $ + * $Id: conf_vms.h,v 1.11 2007-02-19 04:44:13 bacon Exp $ * * {License} */ @@ -7,6 +7,11 @@ /* all of vax, alpha, ia64 are in the little endian. */ #define ASE_ENDIAN_LITTLE +/* + * Refer to the chapter 3 of the following URL for the data sizes. + * http://h71000.www7.hp.com/commercial/c/docs/6180profile.html + */ + #define ASE_SIZEOF_CHAR 1 #define ASE_SIZEOF_SHORT 2 #define ASE_SIZEOF_INT 4