coreboot-kgpe-d16/payloads/libpayload/curses/PDCurses-3.4/pdcurses
Stefan Reinauer 8d225f141d libpayload: Fix variable shadowing in PDCurses
PDCurses has a function called overlay() and also uses
overlay as a variable name in some functions.

This patch fixes the ambiguity that caused warnings like
curses/PDCurses-3.4/pdcurses/overlay.c: In function '_copy_win':
curses/PDCurses-3.4/pdcurses/overlay.c:51:39: warning: declaration of 'overlay' shadows a global declaration [-Wshadow]
In file included from curses/PDCurses-3.4/curspriv.h:16:0,
                 from curses/PDCurses-3.4/pdcurses/overlay.c:3:
curses/PDCurses-3.4/curses.h:1014:9: warning: shadowed declaration is here [-Wshadow]

Change-Id: I907653df0c8bb32c98bdcbc6476e94d2da6e0e90
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/2906
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2013-03-26 19:13:29 +01:00
..
README
addch.c
addchstr.c
addstr.c
attr.c
beep.c
bkgd.c
border.c
clear.c
color.c
debug.c
delch.c
deleteln.c
deprec.c
getch.c
getstr.c
getyx.c
inch.c
inchstr.c
initscr.c libpayload: Fix missing prototype warning for Xinitscr() 2013-03-26 19:08:30 +01:00
inopts.c
insch.c
insstr.c
instr.c
kernel.c
keyname.c
mouse.c
move.c
outopts.c
overlay.c libpayload: Fix variable shadowing in PDCurses 2013-03-26 19:13:29 +01:00
pad.c
panel.c
printw.c
refresh.c
scanw.c
scr_dump.c
scroll.c
slk.c
termattr.c
terminfo.c
touch.c
util.c
window.c

README

PDCurses Portable Core
======================

This directory contains core PDCurses source code files common to all 
platforms.


Building
--------

These modules are built by the platform-specific makefiles, in the 
platform directories.


Distribution Status
-------------------

The files in this directory are released to the Public Domain.


Acknowledgements
----------------

The panel library was originally provided by
Warren Tucker <wht@n4hgf.mt-park.ga.us>