changed to use lt_dlopenadvise() instead of lt_dlopenext()

This commit is contained in:
2015-10-26 16:40:09 +00:00
parent cb61a8ac69
commit c42a9945b1
2 changed files with 16 additions and 2 deletions

View File

@ -210,7 +210,7 @@ this tokenization process.
### Comments ###
A comment is a part of the program text excluded during tokenization. You can
A comment is part of the program text excluded during tokenization. You can
put descriptive text about the program in a comment.
A single-line comment is introduced by a hash character #, and is terminated at