mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
* rclex.l: Allow underscores at the start of identifiers.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2007-04-20 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* rclex.l: Allow underscores at the start of identifiers.
|
||||||
|
|
||||||
2007-04-19 Alan Modra <amodra@bigpond.net.au>
|
2007-04-19 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* budemang.c: Delete.
|
* budemang.c: Delete.
|
||||||
|
@ -217,7 +217,7 @@ static char *get_string (int);
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[A-Za-z][^ ,\t\r\n]* {
|
[_A-Za-z][^ ,\t\r\n]* {
|
||||||
char *s;
|
char *s;
|
||||||
|
|
||||||
/* I rejected comma in a string in order to
|
/* I rejected comma in a string in order to
|
||||||
|
Reference in New Issue
Block a user