X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=devices%2Fyaboot-cfg.c;fp=devices%2Fyaboot-cfg.c;h=6b007e4e176f4e7d6e244ec600f26a68593de636;hp=57a69976b621284f532edfa11ebf70d11cd3af49;hb=0e0e223982f3bdc6a9a7160f10e4d3b96937e992;hpb=4e7154095cbdab8d95a7ffea6c54684928bac781 diff --git a/devices/yaboot-cfg.c b/devices/yaboot-cfg.c index 57a6997..6b007e4 100644 --- a/devices/yaboot-cfg.c +++ b/devices/yaboot-cfg.c @@ -135,7 +135,7 @@ void cfg_warn (char *msg,...) prom_printf (" near line %d in file %s\n", line_num, file_name); } -inline int cfg_getc () +int cfg_getc () { if (currp == endp) return EOF;