Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/share/man/man7/c.7,v rcsdiff: /ftp/cvs/cvsroot/src/share/man/man7/c.7,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- src/share/man/man7/c.7 2010/12/16 08:43:01 1.8 +++ src/share/man/man7/c.7 2010/12/17 07:25:33 1.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: c.7,v 1.8 2010/12/16 08:43:01 jruoho Exp $ +.\" $NetBSD: c.7,v 1.9 2010/12/17 07:25:33 jruoho Exp $ .\" .\" Copyright (C) 2007, 2010 Gabor Kovesdan. All rights reserved. .\" @@ -25,7 +25,7 @@ .\" .\" $FreeBSD: src/share/man/man7/c99.7,v 1.1 2010/06/17 12:05:47 gabor Exp $ .\" -.Dd December 16, 2010 +.Dd December 17, 2010 .Dt C 7 .Os .Sh NAME @@ -137,6 +137,12 @@ One line comments taken from the C++ lan .It Some new preprocessor features. .It +A predefined identifier +.Em __func__ +and a +.Em restrict +type qualifier. +.It New variables can be declared anywhere, not just in the beginning of the program or program blocks. .It