[fpc-pascal] Improve message "Wrong ppu found"

Sven Barth pascaldragon at googlemail.com
Sat Apr 27 16:04:30 CEST 2019


leledumbo via fpc-pascal <fpc-pascal at lists.freepascal.org> schrieb am Sa.,
27. Apr. 2019, 15:14:

> > Please provide a real example of a compiler output, cause I can't find
> "Wrong ppu found" in the sources.
>
> I think what he meant is:
>
> $ grep -i 'wrong ppu version' -r *
> pkgutil.pas:         Comment(V_Error,'Wrong PPU Version
> '+tostr(ppuversion)+' in '+PPUFn);
> utils/ppufiles.pp:     Error('Error: Wrong PPU Version : '+PPUFn,false);
> utils/ppumove.pp:     Error('Error: Wrong PPU Version '+tostr(ppuversion)+'
> in '+PPUFn,false);
>

The first shouldn't really be visible as it's a consistency check (and does
print a version) and the other two are from compiler utilities, not the
compiler itself.

Regards,
Sven

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20190427/6eb35bb0/attachment.html>


More information about the fpc-pascal mailing list