Loading tools/net/ynl/ynl-gen-c.py +34 −1 Original line number Diff line number Diff line Loading @@ -1172,7 +1172,40 @@ op_mode_to_wrapper = { } _C_KW = { 'do' 'auto', 'bool', 'break', 'case', 'char', 'const', 'continue', 'default', 'do', 'double', 'else', 'enum', 'extern', 'float', 'for', 'goto', 'if', 'inline', 'int', 'long', 'register', 'return', 'short', 'signed', 'sizeof', 'static', 'struct', 'switch', 'typedef', 'union', 'unsigned', 'void', 'volatile', 'while' } Loading Loading
tools/net/ynl/ynl-gen-c.py +34 −1 Original line number Diff line number Diff line Loading @@ -1172,7 +1172,40 @@ op_mode_to_wrapper = { } _C_KW = { 'do' 'auto', 'bool', 'break', 'case', 'char', 'const', 'continue', 'default', 'do', 'double', 'else', 'enum', 'extern', 'float', 'for', 'goto', 'if', 'inline', 'int', 'long', 'register', 'return', 'short', 'signed', 'sizeof', 'static', 'struct', 'switch', 'typedef', 'union', 'unsigned', 'void', 'volatile', 'while' } Loading