[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Some diffs for Mint 1.12



Um, 2 questions:

(1) Doesn't ANSI reserve the _[A-Z] namespace for implementations?
    I think it does, and that means that MiNT header files shouldn't
    define things like _PROTO_H.

(2) Why bother at all? The MiNT header files are meant to be included
    only by 1 application (MiNT itself) and only once; if they are
    indeed being included multiple times, that should be fixed. One or
    two of the files (e.g. filesys.h) may be useful to other applications
    and hence it might make sense to make them multiple-includable; but
    in general it seems like that's a library issue.