|
From: Karsten W. <kar...@us...> - 2006-02-02 19:01:54
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18510/source Modified Files: Tag: pre_int64_branch langpython.c Log Message: second round (minor) changes for i64 Index: langpython.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langpython.c,v retrieving revision 1.6 retrieving revision 1.6.4.1 diff -C2 -d -r1.6 -r1.6.4.1 *** langpython.c 24 Jan 2005 03:08:43 -0000 1.6 --- langpython.c 2 Feb 2006 19:01:41 -0000 1.6.4.1 *************** *** 126,130 **** boolean langrunpythonscript (hdltreenode hp1, tyvaluerecord *v) { ! langerror (unimplementedverberror); --- 126,130 ---- boolean langrunpythonscript (hdltreenode hp1, tyvaluerecord *v) { ! #pragma unused (v, hp1) langerror (unimplementedverberror); |