import RT-Thread@9217865c without bsp, libcpu and components/net
This commit is contained in:
commit
e2376a3709
1414 changed files with 390370 additions and 0 deletions
13
tools/kconfig-frontends/libs/parser/hconf.gperf.patch
Normal file
13
tools/kconfig-frontends/libs/parser/hconf.gperf.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/libs/parser/hconf.gperf b/libs/parser/hconf.gperf
|
||||
index ead02ed..e5f0af7 100644
|
||||
--- a/libs/parser/hconf.gperf
|
||||
+++ b/libs/parser/hconf.gperf
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
struct kconf_id;
|
||||
|
||||
-static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len);
|
||||
+static const struct kconf_id *kconf_id_lookup(register const char *str, register GPERF_LEN_TYPE len);
|
||||
|
||||
%%
|
||||
mainmenu, T_MAINMENU, TF_COMMAND
|
Loading…
Add table
Add a link
Reference in a new issue