nsc: Turn NSC_HIDDEN into a flag
More general, and fewer places need to know about it. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
355344a82b
commit
41f00fdd33
6 changed files with 174 additions and 169 deletions
|
@ -703,7 +703,6 @@ setnum(int fldno, double dbl)
|
|||
new = ((signed char *)memb_ptr)[idx] = (signed char)dbl;
|
||||
break;
|
||||
case NSC_UCHAR:
|
||||
case NSC_HIDDEN:
|
||||
old = ((unsigned char *)memb_ptr)[idx];
|
||||
new = ((unsigned char *)memb_ptr)[idx] = (unsigned char)dbl;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue