kexpr_set_define_mode - turn define mode on or off.
LIBRARY CALL
void kexpr_set_define_mode(int tf)
INPUT
none
OUTPUT
none
RETURN VALUE
none
DESCRIPTION
This routine sets a flag that determines whether an
assignment to a variable will affect its definition.
When set to FALSE, the variable's definition is not
changed, unless this is the first assignment to the
variable. When set to TRUE, the variable's definition
is updated.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kexpr/src/routines.c
SEE ALSO
kexpr(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.