|
From: Dan M. <da...@us...> - 2007-04-08 01:44:29
|
Module Name: pcb Committed By: danmc Date: Sun Apr 8 01:44:31 UTC 2007 Modified Files: pcb/src: file.c file.h parse_y.y Log Message: turn on the code which marks the file format version in the file. pcb has had the code in place for a bit now that parses that and gives a warning if the version of pcb is not new enough to read the current file version. To generate a diff of this commit: cvs rdiff -r1.60 -r1.61 pcb/src/file.c cvs rdiff -r1.6 -r1.7 pcb/src/file.h cvs rdiff -r1.37 -r1.38 pcb/src/parse_y.y To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/parse_y.y?r1=1.37&r2=1.38 http://pcb.cvs.sourceforge.net/pcb/pcb/src/file.h?r1=1.6&r2=1.7 http://pcb.cvs.sourceforge.net/pcb/pcb/src/file.c?r1=1.60&r2=1.61 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |