X-Git-Url: https://jxself.org/git/?p=zilutils.git;a=blobdiff_plain;f=zilasm%2Fdirectives.h;h=b1ddd2385b444652b746ac2fec547a712155fa44;hp=5988c0a6ae2ffdba5d7d9ba3375fbf8a5df5db18;hb=633e24778bccbc5f035bdb8516e8cc75c85123d9;hpb=82b0f84ab797141758929d16894d42e12ef79af7 diff --git a/zilasm/directives.h b/zilasm/directives.h index 5988c0a..b1ddd23 100644 --- a/zilasm/directives.h +++ b/zilasm/directives.h @@ -1,7 +1,7 @@ /* * directives.h -- part of ZilUtils/ZilAsm * - * Copyright (C) 2016 Jason Self + * Copyright (C) 2016, 2020 Jason Self * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -31,5 +31,7 @@ typedef struct } Directive; Directive_handler directive_lookup (const char *name, unsigned namelen); +extern int g_stopParsing; +extern stack g_fileHandlers; #endif /* ifndef ZILASM_DIRECTIVES */