1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-03 20:24:29 +00:00

(cc-imenu-java-generic-expression): Get rid of nested loops.

This commit is contained in:
Karl Heuer 1998-12-10 03:27:31 +00:00
parent 4e363e7e63
commit c63ae7f26e

View File

@ -137,8 +137,8 @@ A sample value might look like: `\\(_P\\|_PROTO\\)'.")
"\\([A-Za-z0-9_-]+[ \t]*[[]?[]]?\\)"
"\\([ \t]\\)"
"\\([A-Za-z0-9_-]+\\)" ; the string we want to get
"\\([ \t]*\\)+("
"\\([a-zA-Z,_1-9\n \t]*[[]?[]]?\\)*" ; arguments
"\\([ \t]*\\)("
"\\([][a-zA-Z,_1-9\n \t]*\\)" ; arguments
")[ \t]*"
; "[^;(]"
"[,a-zA-Z_1-9\n \t]*{"