Ignore CRs

This commit is contained in:
Nick Clifton 2005-05-17 16:08:54 +00:00
parent ec7ef03381
commit 39ddb54e58
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2005-05-15 Yitzchak Scott-Thoennes <sthoenna@efn.org>
* deflex.l: Ignore CRs
2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
* acinclude.m4: Remove obsolete code.

View file

@ -83,6 +83,7 @@ int linenumber;
";".* { }
" " { }
"\t" { }
"\r" { }
"\n" { linenumber ++ ;}
"=" { return '=';}
"." { return '.';}