* as/z80/z80mch.c: fixed bug #1704376: missing as-z80 errors
[fw/sdcc] / as / z80 / z80.h
index da163f8d38ee023f2e4612a9b86c785a5c30adb9..3255a81bdc9b06cee506ce66fbb5d032a728c979 100644 (file)
@@ -1,13 +1,20 @@
-/* z80.h */
+/* z80.h
 
-/*
- * (C) Copyright 1989-1995
- * All Rights Reserved
- *
- * Alan R. Baldwin
- * 721 Berkeley St.
- * Kent, Ohio  44240
- */
+   Copyright (C) 1989-1995 Alan R. Baldwin
+   721 Berkeley St., Kent, Ohio 44240
+
+This program is free software; you can redistribute it and/or modify it
+under the terms of the GNU General Public License as published by the
+Free Software Foundation; either version 3, or (at your option) any
+later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
 /*
  * Extensions: P. Felber
@@ -187,6 +194,5 @@ extern      int             srch();
 extern int             comma();
 extern int             genop();
 extern int             gixiy();
-extern VOID            machin();
 extern VOID            minit();
-
+extern VOID            machine(struct mne *mp) ;