Update of /cvsroot/objecthandler/ObjectHandler/ohxl/Functions
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19995/ohxl/Functions
Modified Files:
manual.cpp
Log Message:
ohFunctionCount()/qlFunctionCount() - include hand-written functions
Index: manual.cpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/Functions/manual.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** manual.cpp 29 Oct 2006 14:11:38 -0000 1.4
--- manual.cpp 30 Oct 2006 12:58:23 -0000 1.5
***************
*** 92,98 ****
XLL_DEC long *ohFunctionCount() {
! // FUNCTION_COUNT gives the number of autogenerated functions,
! // add 4 for the hand-written functions in this file
! static long returnValue = FUNCTION_COUNT + 4;
return &returnValue;
}
--- 92,96 ----
XLL_DEC long *ohFunctionCount() {
! static long returnValue = FUNCTION_COUNT;
return &returnValue;
}
|