mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 06:20:23 +02:00
(scan-C!): Use more robust regexp.
This commit is contained in:
parent
3161de0f0c
commit
94173d5f20
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ exec ${GUILE-guile} -l $0 -c "(apply $main (cdr (command-line)))" "$@"
|
|||
(hashq-set! ht x #t)))))
|
||||
|
||||
(define (scan-C! ht sofile)
|
||||
(scan "^........ ([B-TV-Z]) (.+)$"
|
||||
(scan "^[0-9a-fA-F]+ ([B-TV-Z]) (.+)$"
|
||||
(format #f "nm ~A" sofile)
|
||||
(lambda (m)
|
||||
(let ((x (string->symbol (match:substring m 2))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue