retab! cfgparse.l
This commit is contained in:
parent
c23f3b45fc
commit
4c1392d8ab
|
@ -1,13 +1,13 @@
|
||||||
|
/*
|
||||||
|
* vim:ts=4:sw=4:expandtab
|
||||||
|
*
|
||||||
|
*/
|
||||||
%option nounput
|
%option nounput
|
||||||
%option noinput
|
%option noinput
|
||||||
%option noyy_top_state
|
%option noyy_top_state
|
||||||
%option stack
|
%option stack
|
||||||
|
|
||||||
%{
|
%{
|
||||||
/*
|
|
||||||
* vim:ts=4:sw=4:expandtab
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
Loading…
Reference in New Issue