Updating to reflect the latest work
[zilutils.git] / zilasm / labels.h
index 5ade61346d9d396e31c81c9258e76926528d1347..abef3ce9fe27472f301f7a4bac48ba0b66fb77f9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * labels.h -- part of ZilUtils/ZilAsm
  *
- * Copyright (C) 2016 Jason Self <j@jxself.org>
+ * Copyright (C) 2016, 2019 Jason Self <j@jxself.org>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
 
 #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 */