add affiliation for Oz
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 21 Nov 1991 08:27:15 +0000 (00:27 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 21 Nov 1991 08:27:15 +0000 (00:27 -0800)
SCCS-vsn: usr.bin/m4/eval.c 5.8
SCCS-vsn: usr.bin/m4/expr.c 5.5
SCCS-vsn: usr.bin/m4/extern.h 5.3
SCCS-vsn: usr.bin/m4/look.c 5.5
SCCS-vsn: usr.bin/m4/m4.1 6.12
SCCS-vsn: usr.bin/m4/main.c 5.9
SCCS-vsn: usr.bin/m4/mdef.h 5.9
SCCS-vsn: usr.bin/m4/misc.c 5.8
SCCS-vsn: usr.bin/m4/pathnames.h 5.5
SCCS-vsn: usr.bin/m4/stdd.h 5.2

usr/src/usr.bin/m4/eval.c
usr/src/usr.bin/m4/expr.c
usr/src/usr.bin/m4/extern.h
usr/src/usr.bin/m4/look.c
usr/src/usr.bin/m4/m4.1
usr/src/usr.bin/m4/main.c
usr/src/usr.bin/m4/mdef.h
usr/src/usr.bin/m4/misc.c
usr/src/usr.bin/m4/pathnames.h
usr/src/usr.bin/m4/stdd.h

index 25ace97..4848862 100644 (file)
@@ -3,13 +3,13 @@
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
- * Ozan Yigit.
+ * Ozan Yigit at York University.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)eval.c     5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)eval.c     5.8 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index d99a5b6..9eaeebc 100644 (file)
@@ -3,13 +3,13 @@
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
- * Ozan Yigit.
+ * Ozan Yigit at York University.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)expr.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)expr.c     5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/cdefs.h>
 #endif /* not lint */
 
 #include <sys/cdefs.h>
index e5f352b..c44e34f 100644 (file)
@@ -3,11 +3,11 @@
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
- * Ozan Yigit.
+ * Ozan Yigit at York University.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)extern.h    5.2 (Berkeley) %G%
+ *     @(#)extern.h    5.3 (Berkeley) %G%
  */
 
 char   *basename __P((char *));
  */
 
 char   *basename __P((char *));
index 20eebc2..8a053d4 100644 (file)
@@ -3,13 +3,13 @@
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
- * Ozan Yigit.
+ * Ozan Yigit at York University.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)look.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)look.c     5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index e968bc0..20311ec 100644 (file)
@@ -2,11 +2,11 @@
 .\" All rights reserved.
 .\"
 .\" The code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" The code is derived from software contributed to Berkeley by
-.\" Ozan Yigit.
+.\" Ozan Yigit at York University.
 .\"
 .\" %sccs.include.proprietary.man%
 .\"
 .\"
 .\" %sccs.include.proprietary.man%
 .\"
-.\"    @(#)m4.1        6.11 (Berkeley) %G%
+.\"    @(#)m4.1        6.12 (Berkeley) %G%
 .\"
 .Dd 
 .Os ATT 7
 .\"
 .Dd 
 .Os ATT 7
index 90dddb4..b81807a 100644 (file)
@@ -3,13 +3,13 @@
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
- * Ozan Yigit.
+ * Ozan Yigit at York University.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     5.9 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 3456b15..aaca59e 100644 (file)
@@ -3,29 +3,13 @@
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
- * Ozan Yigit.
+ * Ozan Yigit at York University.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)mdef.h      5.8 (Berkeley) %G%
+ *     @(#)mdef.h      5.9 (Berkeley) %G%
  */
 
  */
 
-/*
- * mdef.h
- * Facility: m4 macro processor
- * by: oz
- */
-
-#ifdef vms
-#include stdio
-#include ctype
-#include signal
-#endif
-
-/*
- * m4 constants..
- */
 #define MACRTYPE        1
 #define DEFITYPE        2
 #define EXPRTYPE        3
 #define MACRTYPE        1
 #define DEFITYPE        2
 #define EXPRTYPE        3
index 8396201..dea5963 100644 (file)
@@ -3,21 +3,15 @@
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
- * Ozan Yigit.
+ * Ozan Yigit at York University.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)misc.c     5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)misc.c     5.8 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-/*
- * misc.c
- * Facility: m4 macro processor
- * by: oz
- */
-
 #include <sys/types.h>
 #include <errno.h>
 #include <unistd.h>
 #include <sys/types.h>
 #include <errno.h>
 #include <unistd.h>
index 485451d..5de5432 100644 (file)
@@ -3,11 +3,11 @@
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
- * Ozan Yigit.
+ * Ozan Yigit at York University.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)pathnames.h 5.4 (Berkeley) %G%
+ *     @(#)pathnames.h 5.5 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 8e4ddd1..7029d99 100644 (file)
@@ -3,11 +3,11 @@
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
- * Ozan Yigit.
+ * Ozan Yigit at York University.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)stdd.h      5.1 (Berkeley) %G%
+ *     @(#)stdd.h      5.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*