GIT Revision: 2678be80480b43f3fae31db87f7c58a9d146cc5e
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7016
This commit is contained in:
committed by
Git OBS Bridge
parent
0ec3efa4b8
commit
5da4f03c2b
@@ -7,7 +7,8 @@ use Getopt::Long;
|
||||
use strict;
|
||||
|
||||
my %symbol_type_name = (
|
||||
n => 'normal', t => 'typedef', e => 'enum', s => 'struct', u => 'union'
|
||||
n => 'normal', t => 'typedef', e => 'enum', s => 'struct', u => 'union',
|
||||
E => 'enum constant'
|
||||
);
|
||||
|
||||
my %definitions;
|
||||
|
Reference in New Issue
Block a user