|
From: Andre R. <and...@us...> - 2004-11-21 20:16:50
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31614/Common/headers Modified Files: Tag: New_Tables_Experiment-branch lang.h Log Message: newhashtable now takes an additional flag indicating whether the new table should maintain a sorted list of nodes. the symbol tables used for managing local variables during execution of UserTalk code don't need a sort order unless the process is being debugged and the stack of symbol tables can be inspected through the GUI. Index: lang.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/lang.h,v retrieving revision 1.4.2.5 retrieving revision 1.4.2.6 diff -C2 -d -r1.4.2.5 -r1.4.2.6 *** lang.h 21 Nov 2004 15:04:34 -0000 1.4.2.5 --- lang.h 21 Nov 2004 20:15:25 -0000 1.4.2.6 *************** *** 941,945 **** #endif ! extern boolean newhashtable (hdlhashtable *); /*langhash.c*/ extern void dirtyhashtable (hdlhashtable); --- 941,945 ---- #endif ! extern boolean newhashtable (hdlhashtable *, boolean); /*langhash.c*/ extern void dirtyhashtable (hdlhashtable); |