File: hconf.gperf.patch

package info (click to toggle)
kconfig-frontends 4.11.0.1%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,120 kB
  • sloc: ansic: 11,498; cpp: 1,876; yacc: 624; sh: 439; lex: 374; makefile: 274; python: 96
file content (13 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
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