DEBUF Xavier wrote:
the file look like that:
(a very simple thing)
%{
    /*déclarations C*/
    #include <stdio.h>
    int total = 0;
    int score = 0;

    %}

If the indentation present in your mail is also the one of the actual file, that's not a terribly big surprise. The separators between different parts of the les files and the %{ and %} braces have to be in the first column of the file.

C doesn't care much about indentation --- but lex does.



_______________________________________________
Help-flex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-flex

Reply via email to