X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=inline;f=zilasm%2Flabels.h;h=abef3ce9fe27472f301f7a4bac48ba0b66fb77f9;hb=82b0f84ab797141758929d16894d42e12ef79af7;hp=19bd95ee2019cfdc320aee0bd223f87f5b1092d1;hpb=fd453701e368225dd15e9df2e5b1752aebe454e8;p=zilutils.git diff --git a/zilasm/labels.h b/zilasm/labels.h index 19bd95e..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 @@ -15,17 +15,20 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ #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 */