|
From: David B. <dav...@us...> - 2004-12-20 06:46:52
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1676 Modified Files: Tag: sidewinder-branch oplangtext.c langpython.c Log Message: eliminated superfluous parameter to pythonrendercode Index: oplangtext.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/oplangtext.c,v retrieving revision 1.3.4.1 retrieving revision 1.3.4.2 diff -C2 -d -r1.3.4.1 -r1.3.4.2 *** oplangtext.c 20 Dec 2004 03:30:59 -0000 1.3.4.1 --- oplangtext.c 20 Dec 2004 06:46:26 -0000 1.3.4.2 *************** *** 364,368 **** if (signature == 'PYTH') { ! if (pythonrendercode (ho, htext)) return (true); } --- 364,368 ---- if (signature == 'PYTH') { ! if (pythonrendercode (htext)) return (true); } Index: langpython.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langpython.c,v retrieving revision 1.2.4.33 retrieving revision 1.2.4.34 diff -C2 -d -r1.2.4.33 -r1.2.4.34 *** langpython.c 20 Dec 2004 03:30:59 -0000 1.2.4.33 --- langpython.c 20 Dec 2004 06:46:28 -0000 1.2.4.34 *************** *** 2226,2230 **** boolean ! pythonrendercode (hdloutlinerecord houtline, Handle *htext) { hdlhashtable table; tyvaluerecord val, retval; --- 2226,2230 ---- boolean ! pythonrendercode (Handle *htext) { hdlhashtable table; tyvaluerecord val, retval; |