X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6319a50c4be2bcfad3e9cfcce034e9b5adccf0a8..1ed08ad2184ac38d0a80e9a8146f378fb297c6a9:/sbr/dtimep.l diff --git a/sbr/dtimep.l b/sbr/dtimep.l index fdae74cc..4db108dc 100644 --- a/sbr/dtimep.l +++ b/sbr/dtimep.l @@ -378,7 +378,8 @@ nl [ \t\n()] * "%option nounput" which is flex-specific * makefile hackery just to compile dtimep.c with different flags */ -void dtimep_yyunput(int c) +void +dtimep_yyunput(int c) { unput(c); }