mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
various cleanups
This commit is contained in:
parent
0954cb3f76
commit
bd3493ca4f
@ -1,30 +0,0 @@
|
|||||||
diff -Naur uClibc-0.9.30.1/extra/scripts/unifdef.c uClibc-0.9.30.1.patch/extra/scripts/unifdef.c
|
|
||||||
--- uClibc-0.9.30.1/extra/scripts/unifdef.c 2008-04-28 01:10:00.000000000 +0200
|
|
||||||
+++ uClibc-0.9.30.1.patch/extra/scripts/unifdef.c 2009-04-03 23:40:08.502998983 +0200
|
|
||||||
@@ -206,7 +206,7 @@
|
|
||||||
static void error(const char *);
|
|
||||||
static int findsym(const char *);
|
|
||||||
static void flushline(bool);
|
|
||||||
-static Linetype getline(void);
|
|
||||||
+static Linetype parseline(void);
|
|
||||||
static Linetype ifeval(const char **);
|
|
||||||
static void ignoreoff(void);
|
|
||||||
static void ignoreon(void);
|
|
||||||
@@ -512,7 +512,7 @@
|
|
||||||
|
|
||||||
for (;;) {
|
|
||||||
linenum++;
|
|
||||||
- lineval = getline();
|
|
||||||
+ lineval = parseline();
|
|
||||||
trans_table[ifstate[depth]][lineval]();
|
|
||||||
debug("process %s -> %s depth %d",
|
|
||||||
linetype_name[lineval],
|
|
||||||
@@ -526,7 +526,7 @@
|
|
||||||
* help from skipcomment().
|
|
||||||
*/
|
|
||||||
static Linetype
|
|
||||||
-getline(void)
|
|
||||||
+parseline(void)
|
|
||||||
{
|
|
||||||
const char *cp;
|
|
||||||
int cursym;
|
|
Loading…
x
Reference in New Issue
Block a user