Skip to content
Snippets Groups Projects
Commit 0dace6c0 authored by Virgile Prevosto's avatar Virgile Prevosto Committed by Andre Maroneze
Browse files

[machdep] suppress obsolete fields

parent 09de65aa
No related branches found
No related tags found
No related merge requests found
...@@ -126,8 +126,6 @@ machdep = { ...@@ -126,8 +126,6 @@ machdep = {
"alignof_str": None, "alignof_str": None,
"alignof_fun": None, "alignof_fun": None,
"char_is_unsigned": None, "char_is_unsigned": None,
"underscore_name": None,
"const_string_literals": None,
"little_endian": None, "little_endian": None,
"alignof_aligned": None, "alignof_aligned": None,
"has__builtin_va_list": None, "has__builtin_va_list": None,
...@@ -166,7 +164,6 @@ source_files = [ ...@@ -166,7 +164,6 @@ source_files = [
("ptrdiff_t.c", "type"), ("ptrdiff_t.c", "type"),
("char_is_unsigned.c", "bool"), ("char_is_unsigned.c", "bool"),
("little_endian.c", "bool"), ("little_endian.c", "bool"),
("const_string_literals.c", "const_string_literals"),
("has__builtin_va_list.c", "has__builtin_va_list"), ("has__builtin_va_list.c", "has__builtin_va_list"),
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment