Some linux stabs fixes.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1057 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
3741c5eb91
commit
8dd867c253
1 changed files with 2 additions and 0 deletions
|
|
@ -376,6 +376,8 @@ scan_function(Stab *s, char *stabstr, int ns, WadFrame *f) {
|
|||
if ((s->n_type == N_UNDF) || (s->n_type == N_SO) || /* (s->n_type == N_FUN) || */
|
||||
(s->n_type == N_OBJ)) return i;
|
||||
|
||||
if ((s->n_type == N_FUN) && !(strlen(stabstr+s->n_strx))) return 1;
|
||||
|
||||
if (s->n_type == N_LBRAC) {
|
||||
nbrace++;
|
||||
get_parms = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue