Name changed NEED_H_ERRLIST_{PROTO,DECLARATION}.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@713 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-09-03 18:05:21 +00:00
parent a95bae9e0a
commit daa86645f6

View File

@@ -26,7 +26,7 @@ const
int h_nerr = { sizeof h_errlist / sizeof h_errlist[0] };
#else
#ifdef NEED_H_ERRLIST_PROTO
#ifdef NEED_H_ERRLIST_DECLARATION
extern const char *h_errlist[];
extern int h_nerr;
#endif