X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=zilasm%2Flabels.h;h=abef3ce9fe27472f301f7a4bac48ba0b66fb77f9;hb=82b0f84ab797141758929d16894d42e12ef79af7;hp=5ade61346d9d396e31c81c9258e76926528d1347;hpb=e66bff85f58de39f1b850a713413b0d9c10bb9a1;p=zilutils.git 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 */