Update of /cvsroot/playerstage/code/player/libplayerxdr
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17692
Modified Files:
functiontable.c playerxdrgen.py
Log Message:
fixed small build bugs
Index: playerxdrgen.py
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayerxdr/playerxdrgen.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** playerxdrgen.py 27 Feb 2007 18:09:21 -0000 1.9
--- playerxdrgen.py 22 May 2007 16:07:00 -0000 1.10
***************
*** 86,89 ****
--- 86,90 ----
sourcefile.write('#include <libplayerxdr/' + headerfilename + '>\n')
sourcefile.write('#include <string.h>\n\n')
+ sourcefile.write('#include <stdlib.h>\n\n')
else:
ifndefsymbol = '_'
***************
*** 99,102 ****
--- 100,104 ----
sourcefile.write('#include "' + headerfilename + '"\n')
sourcefile.write('#include <string.h>')
+ sourcefile.write('#include <stdlib.h>\n\n')
contentspattern = re.compile('.*\{\s*(.*?)\s*\}', re.MULTILINE | re.DOTALL)
Index: functiontable.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayerxdr/functiontable.c,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -d -r1.83 -r1.84
*** functiontable.c 21 May 2007 11:03:32 -0000 1.83
--- functiontable.c 22 May 2007 16:07:00 -0000 1.84
***************
*** 670,673 ****
--- 670,674 ----
}
}
+ return(0);
}
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit