Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/regress/usr.bin/xlint/lint1 oops, forgot one.



details:   https://anonhg.NetBSD.org/src/rev/d68caf65aa5f
branches:  trunk
changeset: 538548:d68caf65aa5f
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Oct 22 13:34:45 2002 +0000

description:
oops, forgot one.

diffstat:

 regress/usr.bin/xlint/lint1/test7.c |  7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 6f07649c1bd1 -r d68caf65aa5f regress/usr.bin/xlint/lint1/test7.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/regress/usr.bin/xlint/lint1/test7.c       Tue Oct 22 13:34:45 2002 +0000
@@ -0,0 +1,7 @@
+/* C99 __func__ */
+
+void
+foo(const char *p) {
+       p = __func__;
+       foo(p);
+}



Home | Main Index | Thread Index | Old Index