summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4/expr.c
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-05-03 14:48:21 +0000
committerjmallett <jmallett@FreeBSD.org>2002-05-03 14:48:21 +0000
commitfc27b969e8d62f94fa3642240cae8c984c6ad87c (patch)
treebbe35835d5061906eba621e9b30fb3e412b644b7 /usr.bin/m4/expr.c
parent7b25b4fef0a976105de06654b76bd139e9f55eb5 (diff)
downloadFreeBSD-src-fc27b969e8d62f94fa3642240cae8c984c6ad87c.zip
FreeBSD-src-fc27b969e8d62f94fa3642240cae8c984c6ad87c.tar.gz
Revert vendor identifiers, and #if 0 what is #if 0/#else for OpenBSD.
Add __FBSDID() properly. Requested by: bde, mike
Diffstat (limited to 'usr.bin/m4/expr.c')
-rw-r--r--usr.bin/m4/expr.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/usr.bin/m4/expr.c b/usr.bin/m4/expr.c
index eb52b3a..997a5a6 100644
--- a/usr.bin/m4/expr.c
+++ b/usr.bin/m4/expr.c
@@ -37,9 +37,17 @@
* SUCH DAMAGE.
*/
+#ifndef lint
+#if 0
+static char sccsid[] = "@(#)expr.c 8.2 (Berkeley) 4/29/95";
+#else
+#if 0
+static char rcsid[] = "$OpenBSD: expr.c,v 1.14 2002/04/26 16:15:16 espie Exp $";
+#endif
+#endif
+#endif /* not lint */
+
#include <sys/cdefs.h>
-__SCCSID("@(#)expr.c 8.2 (Berkeley) 4/29/95");
-__RCSID_SOURCE("$OpenBSD: expr.c,v 1.14 2002/04/26 16:15:16 espie Exp $");
__FBSDID("$FreeBSD$");
#include <sys/types.h>
OpenPOWER on IntegriCloud