Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcus Hoffmann
nettle
Commits
ddb2d20d
Commit
ddb2d20d
authored
May 26, 2003
by
Niels Möller
Browse files
Allow symbols to start with a dot.
Rev: src/nettle/testsuite/symbols-test:1.2
parent
c12694be
Changes
1
Show whitespace changes
Inline
Side-by-side
testsuite/symbols-test
View file @
ddb2d20d
...
...
@@ -6,7 +6,7 @@ if [ -z "$srcdir" ] ; then
srcdir
=
`
pwd
`
fi
nm ../libnettle.a |
grep
' [DRT] '
| egrep
-v
' _?nettle_|memxor'
\
nm ../libnettle.a |
grep
' [DRT] '
| egrep
-v
'
\.?(
_?nettle_|memxor
)
'
\
|
sort
-k3
>
test1.out
if
[
-s
test1.out
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment