Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95979
b: refs/heads/master
c: c4143a8
h: refs/heads/master
i:
  95977: 36e37a0
  95975: 0dae73c
v: v3
  • Loading branch information
Sam Ravnborg committed May 4, 2008
1 parent 900beb4 commit 2cc7d26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ac551828993eecb8499ef9cc3c828fceb49bcf7a
refs/heads/master: c4143a83031aef7ba87a62cf654d6d8fb4d8e76e
6 changes: 3 additions & 3 deletions trunk/scripts/kconfig/lkc.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
#ifndef KBUILD_NO_NLS
# include <libintl.h>
#else
# define gettext(Msgid) ((const char *) (Msgid))
# define textdomain(Domainname) ((const char *) (Domainname))
# define bindtextdomain(Domainname, Dirname) ((const char *) (Dirname))
static inline const char *gettext(const char *txt) { return txt; }
static inline void textdomain(const char *domainname) {}
static inline void bindtextdomain(const char *name, const char *dir) {}
#endif

#ifdef __cplusplus
Expand Down
3 changes: 2 additions & 1 deletion trunk/scripts/kconfig/mconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ static void conf_string(struct menu *menu)

while (1) {
int res;
char *heading;
const char *heading;

switch (sym_get_type(menu->sym)) {
case S_INT:
Expand Down Expand Up @@ -925,3 +925,4 @@ int main(int ac, char **av)

return 0;
}

0 comments on commit 2cc7d26

Please sign in to comment.