fixed alignment problem when building share lib on VMS

This commit is contained in:
Jeff Hill
1999-01-28 21:27:16 +00:00
parent 3556f965a6
commit 4eea4c5dbe
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ typedef struct /* ERRSYMBOL - entry in symbol table */
} ERRSYMBOL;
typedef struct /* ERRSYMTAB - symbol table */
{
short nsymbols; /* current number of symbols in table */
int nsymbols; /* current number of symbols in table */
ERRSYMBOL *symbols; /* ptr to array of symbol entries */
} ERRSYMTAB;
typedef ERRSYMTAB *ERRSYMTAB_ID;

View File

@@ -15,7 +15,7 @@ typedef struct /* ERRSYMBOL - entry in symbol table */
} ERRSYMBOL;
typedef struct /* ERRSYMTAB - symbol table */
{
short nsymbols; /* current number of symbols in table */
int nsymbols; /* current number of symbols in table */
ERRSYMBOL *symbols; /* ptr to array of symbol entries */
} ERRSYMTAB;
typedef ERRSYMTAB *ERRSYMTAB_ID;