fixed comment

This commit is contained in:
Jeff Hill
1999-07-15 23:14:30 +00:00
parent 39929aa454
commit 4ee8f8a8ee
2 changed files with 2 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ HDRVERSIONID(cadefh, "@(#) $Id$")
#define ca_name(CHID) ((READONLY char *)((CHID)+1))
/*
* the odd cast here removes const (and allows past practice
* of using ca_puser(CHID) as an lvalue.
* of using ca_puser(CHID) as an lvalue).
*/
#define ca_puser(CHID) (*(void **)&((CHID)->puser))
/*

View File

@@ -136,7 +136,7 @@ HDRVERSIONID(cadefh, "@(#) $Id$")
#define ca_name(CHID) ((READONLY char *)((CHID)+1))
/*
* the odd cast here removes const (and allows past practice
* of using ca_puser(CHID) as an lvalue.
* of using ca_puser(CHID) as an lvalue).
*/
#define ca_puser(CHID) (*(void **)&((CHID)->puser))
/*