retab! cfgparse.l

This commit is contained in:
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 noinput
%option noyy_top_state
%option stack
%{
/*
* vim:ts=4:sw=4:expandtab
*
*/
#include <stdio.h>
#include <string.h>
#include <stdint.h>