X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=as%2Fz80%2Fassubr.c;h=ac45e8e4b46eaaf7b84b0bf5a06fd58c1fdfe138;hb=3f7769378f8111a61b9186739ba6e04f45a8fc4d;hp=7302a4ff5ab436ae1f38b84df6b1cd37b8edb050;hpb=b09af35f2f1cde7649d3ac4a6f5d2af6d97895a0;p=fw%2Fsdcc diff --git a/as/z80/assubr.c b/as/z80/assubr.c index 7302a4ff..ac45e8e4 100644 --- a/as/z80/assubr.c +++ b/as/z80/assubr.c @@ -1,13 +1,20 @@ -/* assubr.c */ +/* assubr.c -/* - * (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 . */ /* * Extensions: P. Felber, M. Hope @@ -16,7 +23,6 @@ #include #include #include -#include #include "asm.h" /*)Module assubr.c @@ -59,7 +65,7 @@ VOID err(c) -register c; +register int c; { register char *p;