search for: print_modes

Displaying 4 results from an estimated 4 matches for "print_modes".

2008 Apr 09
2
zaptel 1.2.25 compilation error
Zaptel seems to compile fine until I enter xpp/utils and make there. I get: xpp/utils # make cc -o print_modes -g -Wall print_modes.c print_modes.c: In function `main': print_modes.c:9: error: `fxo_modes' undeclared (first use in this function) print_modes.c:9: error: (Each undeclared identifier is reported only once print_modes.c:9: error: for each function it appears in.) print_modes.c:9: error:...
2007 Jan 18
0
Emulating a REPL in frontends
A common need in R frontends is to provide some sort of read, (parse), evaluate, print loop. However, there are also a number of points where frontends may want to differ from the standard REPL as available e.g. in R_ReplDLLdo1(). First some thoughts on what is needed, and what is already there, or missing. If you want to skip over this, a short summary is provided in the second half, below
2012 Apr 17
2
[GIT PULL] elflink warning fixes and auto extension support
...argc, char **argv) +int main(int argc __unused, char **argv __unused) { dump_legacy(); dump_e820(); diff --git a/com32/modules/vesainfo.c b/com32/modules/vesainfo.c index 86a4365..66b121d 100644 --- a/com32/modules/vesainfo.c +++ b/com32/modules/vesainfo.c @@ -79,11 +79,11 @@ static void print_modes(void) } exit: - free(vesa); + lfree(vesa); return; } -int main(int argc, char **argv) +int main(int argc __unused, char **argv __unused) { print_modes(); return 0; diff --git a/core/conio.c b/core/conio.c index 70dd3b1..dd18ecf 100644 --- a/core/conio.c +++ b/core/conio.c @@...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and