|
From: Daniel J S. <dan...@ie...> - 2006-05-31 08:26:39
|
Daniel J Sebald wrote:
> /* type_udv() will return 0 rather than type if udv does not exist */
> enum DATA_TYPES {
> INTGR=1,
> CMPLX
> #ifdef GP_STRING_VARS
> , STRING
> #endif
> };
And if you want to make the STRING data type permanent, in the f_isvar() it would be pretty easy to check for the string in the udv linked list (I think the routine already exists) and make
defined(foo)
defined("foo")
behave the same.
Dan
|