From: Alexandre K on
Well, I have got the answer. Thanks to Rod.
The SLI file is generated by the exminer since version 9.0 and is used
by GPS.

Putting a pragma before the package body results in an error because
the file not contains
1 compilation unit, but 2.
The wayround is to put the pragma inside the package body
package body P is
pragma ...

Alex