|
From: Dan M. <da...@us...> - 2004-04-29 02:21:39
|
Module Name: pcb Committed By: danmc Date: Thu Apr 29 02:21:30 UTC 2004 Modified Files: pcb/src: res_lex.l res_parse.y resmenu.c Log Message: fix some 64-bit bugs to get this working on my alpha. Of prime importance, an int isn't big enough to hold a pointer. To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 pcb/src/res_lex.l pcb/src/res_parse.y cvs rdiff -r1.1 -r1.2 pcb/src/resmenu.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/resmenu.c?r1=1.1&r2=1.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/res_lex.l?r1=1.2&r2=1.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/res_parse.y?r1=1.2&r2=1.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |