www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - documentation pragam / duplicate samples

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

#	pragma(ident);		// just by itself
#
#	pragma(ident) declaration; // influence one declaration
#
#	pragma(ident):		// influence subsequent declarations
#		declaration;
#		declaration;
#
#	pragma(ident)		// influence block of declarations
#	{	declaration;
#		declaration;
#	}
#
#	pragma(ident) statement; // influence one statement
#
#	pragma(ident)		// influence block of statements
#	{	statement;
#		statement;
#	}

should read

#	pragma(ident);		// just by itself
#
#	pragma(ident) declaration; // influence one declaration
#
#	pragma(ident):		// influence subsequent declarations
#		declaration;
#		declaration;
#
#	pragma(ident)		// influence block of declarations
#	{	declaration;
#		declaration;
#	}

Thomas
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (MingW32)

iD8DBQFCPIPy3w+/yD4P9tIRAmPIAJ0ZbIOv8oPo/84UtzPyVFcDOo7wjACgrFFX
RoGvpgdQgjeQsCnewz53xK4=
=6dvh
-----END PGP SIGNATURE-----
Mar 19 2005