Module Name: src Committed By: christos Date: Sat Jan 16 18:33:35 UTC 2016
Modified Files: src/usr.bin/m4: main.c Log Message: mention that nesting limit is unimplemented To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/usr.bin/m4/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/m4/main.c diff -u src/usr.bin/m4/main.c:1.43 src/usr.bin/m4/main.c:1.44 --- src/usr.bin/m4/main.c:1.43 Sat Jan 16 13:31:29 2016 +++ src/usr.bin/m4/main.c Sat Jan 16 13:33:35 2016 @@ -1,5 +1,5 @@ /* $OpenBSD: main.c,v 1.77 2009/10/14 17:19:47 sthen Exp $ */ -/* $NetBSD: main.c,v 1.43 2016/01/16 18:31:29 christos Exp $ */ +/* $NetBSD: main.c,v 1.44 2016/01/16 18:33:35 christos Exp $ */ /*- * Copyright (c) 1989, 1993 @@ -42,7 +42,7 @@ #include "nbtool_config.h" #endif #include <sys/cdefs.h> -__RCSID("$NetBSD: main.c,v 1.43 2016/01/16 18:31:29 christos Exp $"); +__RCSID("$NetBSD: main.c,v 1.44 2016/01/16 18:33:35 christos Exp $"); #include <assert.h> #include <signal.h> #include <getopt.h> @@ -781,7 +781,7 @@ static const struct { { " --help", "print this message and exit" }, { "-I, --include=file", "include file" }, { "-i, --interactive", "unbuffer output, ignore tty signals" }, -{ "-L, --nesting-limit=num", "macro expansion nesting limit (-1 disable)" }, +{ "-L, --nesting-limit=num", "macro expansion nesting limit (unimpl)" }, { "-P, --prefix-builtins", "prefix builtins with m4_" }, { "-Q, --quiet", "don't print warnings" }, { "-R, --reload-state=file", "restore state from file" },