Subject: Re: new feature for src/usr.bin/make: read-only variables
To: Roland Illig <rillig@NetBSD.org>
From: Rui Paulo <rpaulo@NetBSD.org>
List: tech-userlevel
Date: 09/02/2005 13:27:25
--cWoXeonUoKmBZSoM
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On 2005.09.02 11:37:25 +0000, Roland Illig wrote:
| Index: nonints.h
| ===================================================================
| RCS file: /cvsroot/src/usr.bin/make/nonints.h,v
| retrieving revision 1.34
| diff -u -p -r1.34 nonints.h
| --- nonints.h 8 May 2005 00:38:47 -0000 1.34
| +++ nonints.h 2 Sep 2005 09:35:36 -0000
| @@ -152,6 +152,8 @@ void Suff_AddSuffix(char *, GNode **);
| Lst Suff_GetPath(char *);
| void Suff_DoPaths(void);
| void Suff_AddInclude(char *);
| +void Var_Make_Readonly __P((char *, GNode *));
| +void Var_Set_Readonly_Mode __P((int));
Why use __P() ?
-- Rui Paulo
--cWoXeonUoKmBZSoM
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (NetBSD)
iD8DBQFDGEUtZPqyxs9FH4QRAlQaAJ9tsxaXyMto7KI2T1kJNmoyIMjT3gCgjhD0
obOiUZ6qgV4ZuM7pCfzWdD4=
=EvXd
-----END PGP SIGNATURE-----
--cWoXeonUoKmBZSoM--