move errhash defs. Add modules to Makefiles
This commit is contained in:
@@ -86,6 +86,12 @@ extern SYMTAB_ID statSymTbl;
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef __STDC__
|
||||
static unsigned short errhash(long errNum);
|
||||
#else /*__STDC__*/
|
||||
static unsigned short errhash();
|
||||
#endif /*__STDC__*/
|
||||
|
||||
|
||||
#ifdef vxWorks
|
||||
#define MYERRNO (errnoGet()&0xffff)
|
||||
|
||||
@@ -21,10 +21,4 @@ typedef struct /* ERRSYMTAB - symbol table */
|
||||
typedef ERRSYMTAB *ERRSYMTAB_ID;
|
||||
|
||||
|
||||
#ifdef __STDC__
|
||||
static unsigned short errhash(long errNum);
|
||||
#else /*__STDC__*/
|
||||
static unsigned short errhash();
|
||||
#endif /*__STDC__*/
|
||||
|
||||
#endif /* INCerrSymTblh */
|
||||
|
||||
Reference in New Issue
Block a user