Subversion Repositories Vertical

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 7
Line 33... Line 33...
33
 
33
 
34
 
34
 
35
extern int lineno;
35
extern int lineno;
36
%}
36
%}
37
%option debug
37
%option debug
38
$option noyywrap 
38
%option noyywrap 
39
 
39
 
40
%s component
40
%s component
41
%s netlist
41
%s netlist
42
 
42
 
43
 
43