X-Git-Url: https://jxself.org/git/?p=zilutils.git;a=blobdiff_plain;f=zilasm%2Flabels.h;fp=zilasm%2Flabels.h;h=abef3ce9fe27472f301f7a4bac48ba0b66fb77f9;hp=5ade61346d9d396e31c81c9258e76926528d1347;hb=82b0f84ab797141758929d16894d42e12ef79af7;hpb=37d32bd49e745a5c1686b6495f60172b24222361 diff --git a/zilasm/labels.h b/zilasm/labels.h index 5ade613..abef3ce 100644 --- a/zilasm/labels.h +++ b/zilasm/labels.h @@ -1,7 +1,7 @@ /* * labels.h -- part of ZilUtils/ZilAsm * - * Copyright (C) 2016 Jason Self + * Copyright (C) 2016, 2019 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 @@ -21,13 +21,14 @@ #ifndef ZILASM_LABELS #define ZILASM_LABELS 1 - +extern "C" +{ #include "symtable.h" - +} extern Symtable *Global_labels; -extern Symtable *Local_labels; +extern Symtable *Local_labels; -extern void init_local_labels(void); -extern void init_global_labels(void); +extern void init_local_labels (void); +extern void init_global_labels (void); #endif /* ifndef ZILASM_LABELS */