retab! cfgparse.l

next
Michael Stapelberg 2011-05-22 22:15:43 +02:00
parent c23f3b45fc
commit 4c1392d8ab
1 changed files with 30 additions and 30 deletions

View File

@ -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>