Kaydet (Commit) 37c8dcc4 authored tarafından Eike Rathke's avatar Eike Rathke

Generate .lst.h output with LanguageType(0x....)

Change-Id: If9dd9437ebdc83e9093d4ea00f31d2e2da95b7d2
üst b1141fa6
......@@ -95,7 +95,7 @@ gawk -e '
}
break;
}
printf "#define %-35s %s\n", def, val;
printf "#define %-35s LanguageType(%s)\n", def, val;
print mapping;
print ""
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment