Added ability to define multiple functions (without parameters) and
[zilutils.git] / zilasm / header.h
index c63e6658855ce35572a24e08e14977962a4b80ed..5607b3a0b95ff0c43090737472a45a63cf1fb107 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * header.h -- part of ZilUtils/ZilAsm
  *
- * Copyright (C) 2016, 2019 Jason Self <j@jxself.org>
+ * Copyright (C) 2016, 2019, 2020 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
@@ -140,7 +140,7 @@ typedef struct
 } Program_header_struct;
 
 
-extern Program_header_struct Program_header;
+extern Program_header_struct program_header;
 
 void program_header_reset (unsigned zversion);
 ZMemblock *program_header_build (void);
@@ -157,5 +157,5 @@ typedef struct
 
 void outputToFile (Program_header_struct * h, FILE * file);
 
-void relase_parser ();
+//void relase_parser ();
 #endif /* ifndef ZILASM_HEADER */