New function. Only warn once about bad CRC's.

Mon Mar  5 16:55:39 2007  Søren Sandmann  <sandmann@redhat.com>

        * binfile.c (already_warned): New function. Only warn once about
        bad CRC's.


svn path=/trunk/; revision=361
This commit is contained in:
Søren Sandmann
2007-03-05 21:53:57 +00:00
committed by Søren Sandmann Pedersen
parent 7800fcd870
commit 7b821752f9
6 changed files with 59 additions and 19 deletions

12
sfile.h
View File

@ -78,6 +78,18 @@ SerializerFormat *serializer_make_pointer (Serializer *serialiser,
* enums, optionals, selections, empties
*
*
* Other things:
*
* "selections" - when several different types are possible - would need lambda transitions in and out
*
* ability to allow 'ignored' elements that are simply skipped at parse time. This could become important
* for future-proofing files.
*
* unions maybe?
*
*
*
*
*==============================================
* Also think about versioning - apps will want to be able to read and write
* different versions of the format, and they want to be able to sniff the