const is a reserved word in ANSI C
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 3 Jan 1988 16:21:12 +0000 (08:21 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 3 Jan 1988 16:21:12 +0000 (08:21 -0800)
SCCS-vsn: usr.bin/pascal/pxp/const.c 5.2

usr/src/usr.bin/pascal/pxp/const.c

index 7718984..f03776d 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)const.c    5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)const.c    5.2 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
@@ -40,7 +40,7 @@ constbeg(l, cline)
        setline(cline);
 }
 
        setline(cline);
 }
 
-const(cline, cid, cdecl)
+constant(cline, cid, cdecl)
        int cline;
        char *cid;
        int *cdecl;
        int cline;
        char *cid;
        int *cdecl;