* as/doc/aslnk.doc, as/doc/abstra.doc: renamed to *.txt
[fw/sdcc] / as / mcs51 / asexpr.c
index 4bef55948427a1de54690abb81d8efd427ac4094..edf70aeae2546e56f4bd08a032c96b625050a993 100644 (file)
@@ -1,13 +1,20 @@
-/* asexpr.c */
+/* asexpr.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 <http://www.gnu.org/licenses/>. */
 
 #include <stdio.h>
 #include <setjmp.h>
@@ -324,7 +331,7 @@ VOID
 term(register struct expr *esp)
 {
         register int c, n;
-        register char *jp;
+        register const char *jp;
         char id[NCPS];
         struct sym  *sp;
         struct tsym *tp;