Hi all, i have a problems when I try to use a external oscillator.
in the pic 12f683 I'm using the next instruction for use a HS oscillator:

@__CONFIG_ _HS_OSC;

and in the 16f88 I'm using this:

@ CONFIG CONFIG1, HS OSC;
@ CONFIG CONFIG2, IESO OFF & FCMEN OFF;

when I compile in both programs send an error message like this:

__CONFIG directives cannot be used with CONFIG directives

Someone know what i'm doing wrog?

a lot of Thanks.