pe-dll.c (pe_exe_fill_sections): Call lang_reset_memory_regions before
[deliverable/binutils-gdb.git] / binutils / deflex.l
index 5ff4c797b944dfc118cba5194c06476a9e6938ce..c6d45c85a4311cfa5c2bf0ffa1ff8fa14e7af20f 100644 (file)
@@ -17,7 +17,7 @@
 
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 
 /* Contributed by Steve Chamberlain: sac@cygnus.com  */
@@ -83,6 +83,7 @@ int linenumber;
 ";".*          { }
 " "            { }
 "\t"           { }
+"\r"           { }
 "\n"           { linenumber ++ ;}
 "="            { return '=';}
 "."            { return '.';}
This page took 0.035735 seconds and 4 git commands to generate.