Index: generic/nsfInt.h =================================================================== diff -u -r65d1c0f8d783d97a78b93f14871045fa9d4e5a41 -rf0f87b41b6bb57a518fc1bc52fd2f3422d7a9b07 --- generic/nsfInt.h (.../nsfInt.h) (revision 65d1c0f8d783d97a78b93f14871045fa9d4e5a41) +++ generic/nsfInt.h (.../nsfInt.h) (revision f0f87b41b6bb57a518fc1bc52fd2f3422d7a9b07) @@ -1392,5 +1392,5 @@ #define NsfCallStackFindLastInvocation(interp, offset, framePtrPtr) \ NsfCallStackFindCallingContext((interp), (offset), (framePtrPtr), NULL) -EXTERN const char *Nsf_Configureoption[]; +EXTERN const Nsf_ObjvTable Nsf_Configureoption[]; #endif /* NSF_INCLUDE_nsf_int_h_ */