Mercurial > hg-old > index.cgi
comparison lwlink/lwlink.h @ 184:220a760ec654
Make lwlink display all undefined references instead of bailing after the first one
author | lost |
---|---|
date | Sat, 21 Mar 2009 17:39:45 +0000 |
parents | 6ebb93b409ba |
children | b89adfb0d174 |
comparison
equal
deleted
inserted
replaced
183:302b8db5fd89 | 184:220a760ec654 |
---|---|
106 extern char **libdirs; | 106 extern char **libdirs; |
107 | 107 |
108 extern int nscriptls; | 108 extern int nscriptls; |
109 extern char **scriptls; | 109 extern char **scriptls; |
110 | 110 |
111 extern int symerr; | |
112 | |
111 #define __lwlink_E__ extern | 113 #define __lwlink_E__ extern |
112 #else | 114 #else |
113 #define __lwlink_E__ | 115 #define __lwlink_E__ |
114 #endif // __lwlink_c_seen__ | 116 #endif // __lwlink_c_seen__ |
115 | 117 |