mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
Removed unused declaration for (cvs rm'ed) stub mode, and added an explanatory comment as to what 'basename' actually means. (Not what I thought...)
This commit is contained in:
parent
b7a85eefd7
commit
364565063f
@ -55,7 +55,6 @@ typedef gboolean (*nodeHandler)(TreeState *);
|
||||
typedef nodeHandler *(*nodeHandlerFactory)();
|
||||
|
||||
extern nodeHandler *xpidl_header_dispatch(void);
|
||||
extern nodeHandler *xpidl_stub_dispatch(void);
|
||||
extern nodeHandler *xpidl_typelib_dispatch(void);
|
||||
extern nodeHandler *xpidl_doc_dispatch(void);
|
||||
|
||||
@ -78,6 +77,7 @@ typedef struct IncludePathEntry {
|
||||
|
||||
struct TreeState {
|
||||
FILE *file;
|
||||
/* Maybe supplied by -o. Not related to (g_)basename from string.h or glib */
|
||||
char *basename;
|
||||
IDL_ns ns;
|
||||
IDL_tree tree;
|
||||
|
Loading…
Reference in New Issue
Block a user