Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107374
b: refs/heads/master
c: 3b40d38
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Gruenbacher authored and Sam Ravnborg committed Jul 31, 2008
1 parent ca4b0a5 commit e26b305
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 94aa3d716ee0244cc5b9f2ab3745aed5fdfa30e0
refs/heads/master: 3b40d38120c32798a4be8d8052f028deeca9d581
2 changes: 2 additions & 0 deletions trunk/scripts/genksyms/genksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,8 @@ int main(int argc, char **argv)
}
fputs(sym->name, dumpfile);
putc(' ', dumpfile);
if (sym->is_extern)
fputs("extern ", dumpfile);
print_list(dumpfile, sym->defn);
putc('\n', dumpfile);

Expand Down

0 comments on commit e26b305

Please sign in to comment.