From 5c7966bf11880ce5fce16f9ec006266bd0683490 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 5 May 2003 06:28:00 +0000 Subject: * ldlex.l: Accept C style comments in version scripts. --- ld/ldlex.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/ldlex.l') diff --git a/ld/ldlex.l b/ld/ldlex.l index 2eef45d..c9eb1af 100644 --- a/ld/ldlex.l +++ b/ld/ldlex.l @@ -144,7 +144,7 @@ V_IDENTIFIER [*?.$_a-zA-Z\[\]\-\!\^]([*?.$_a-zA-Z0-9\[\]\-\!\^]|::)* } } -"/*" { comment(); } +"/*" { comment(); } "-" { RTOKEN('-');} -- cgit v1.1