Created
August 1, 2013 20:55
-
-
Save PuercoPop/6135206 to your computer and use it in GitHub Desktop.
When trying to compile guile emacs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ $ cd Projects/emacs/ | |
~/Projects/emacs $ make | |
[ -r "/Users/PuercoPop/Projects/emacs/src/config.in" ] || ( cd /Users/PuercoPop/Projects/emacs && autoheader ) | |
cd lib && /usr/bin/make all \ | |
CC='gcc -std=gnu99' CFLAGS='-g3 -O2' CPPFLAGS='' \ | |
LDFLAGS='-L/usr/X11/lib' MAKE='/usr/bin/make' | |
/usr/bin/make all-am | |
make[2]: Nothing to be done for `all-am'. | |
cd lib-src && /usr/bin/make all \ | |
CC='gcc -std=gnu99' CFLAGS='-g3 -O2' CPPFLAGS='' \ | |
LDFLAGS='-L/usr/X11/lib' MAKE='/usr/bin/make' | |
make[1]: Nothing to be done for `all'. | |
boot=bootstrap-emacs; \ | |
if [ ! -x "src/$boot" ]; then \ | |
cd src; /usr/bin/make all \ | |
CC='gcc -std=gnu99' CFLAGS='-g3 -O2' CPPFLAGS='' \ | |
LDFLAGS='-L/usr/X11/lib' MAKE='/usr/bin/make' BOOTSTRAPEMACS="$boot"; \ | |
fi; | |
cd ../lwlib; /usr/bin/make \ | |
CC='gcc -std=gnu99' CFLAGS='-g3 -O2' MAKE='/usr/bin/make' | |
gcc -std=gnu99 -c -I/usr/X11/include `echo | sed 's/ -Wwrite-strings//'` -g3 -O2 -Demacs -I../src -I/Users/PuercoPop/Projects/emacs/lwlib -I/Users/PuercoPop/Projects/emacs/lwlib/../src -I../lib -I/Users/PuercoPop/Projects/emacs/lwlib/../lib lwlib.c | |
In file included from lwlib.c:24: | |
../src/lisp.h:33:22: error: libguile.h: No such file or directory | |
In file included from lwlib.c:24: | |
../src/lisp.h:51: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘EMACS_INT’ | |
../src/lisp.h:52: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘EMACS_UINT’ | |
../src/lisp.h:74: error: ‘EMACS_INT’ undeclared here (not in a function) | |
../src/lisp.h:149: error: ‘SCM_I_FIXNUM_BIT’ undeclared here (not in a function) | |
../src/lisp.h:285: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘lisp_symbol_tag’ | |
../src/lisp.h:286: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘lisp_misc_tag’ | |
../src/lisp.h:287: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘lisp_string_tag’ | |
../src/lisp.h:288: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘lisp_vectorlike_tag’ | |
../src/lisp.h:350: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Lisp_Object’ | |
../src/lisp.h:356: error: expected ‘)’ before ‘o’ | |
../src/lisp.h:357: error: expected ‘)’ before ‘i’ | |
../src/lisp.h:436: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘make_number’ | |
../src/lisp.h:443: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘XINT’ | |
../src/lisp.h:452: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘XFASTINT’ | |
../src/lisp.h:461: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘XUINT’ | |
../src/lisp.h:469: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:473: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘make_natnum’ | |
../src/lisp.h:480: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:490: error: expected declaration specifiers or ‘...’ before ‘EMACS_INT’ | |
../src/lisp.h: In function ‘clip_to_bounds’: | |
../src/lisp.h:492: error: ‘num’ undeclared (first use in this function) | |
../src/lisp.h:492: error: (Each undeclared identifier is reported only once | |
../src/lisp.h:492: error: for each function it appears in.) | |
../src/lisp.h: At top level: | |
../src/lisp.h:499: warning: parameter names (without types) in function declaration | |
../src/lisp.h:501: warning: parameter names (without types) in function declaration | |
../src/lisp.h:502: warning: parameter names (without types) in function declaration | |
../src/lisp.h:503: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CHAR_TABLE_REF_ASCII’ | |
../src/lisp.h:504: warning: parameter names (without types) in function declaration | |
../src/lisp.h:505: warning: parameter names (without types) in function declaration | |
../src/lisp.h:506: warning: parameter names (without types) in function declaration | |
../src/lisp.h:507: warning: parameter names (without types) in function declaration | |
../src/lisp.h:508: warning: parameter names (without types) in function declaration | |
../src/lisp.h:509: warning: parameter names (without types) in function declaration | |
../src/lisp.h:510: warning: parameter names (without types) in function declaration | |
../src/lisp.h:511: warning: parameter names (without types) in function declaration | |
../src/lisp.h:512: warning: parameter names (without types) in function declaration | |
../src/lisp.h:513: error: expected ‘)’ before ‘int’ | |
../src/lisp.h:514: warning: parameter names (without types) in function declaration | |
../src/lisp.h:515: error: expected ‘)’ before ‘ptrdiff_t’ | |
../src/lisp.h:517: warning: parameter names (without types) in function declaration | |
../src/lisp.h:518: warning: parameter names (without types) in function declaration | |
../src/lisp.h:519: warning: parameter names (without types) in function declaration | |
../src/lisp.h:520: warning: parameter names (without types) in function declaration | |
../src/lisp.h:521: warning: parameter names (without types) in function declaration | |
../src/lisp.h:522: warning: parameter names (without types) in function declaration | |
../src/lisp.h:523: warning: parameter names (without types) in function declaration | |
../src/lisp.h:526: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char_table_ref’ | |
../src/lisp.h:527: error: expected ‘)’ before ‘int’ | |
../src/lisp.h:528: error: expected ‘)’ before ‘int’ | |
../src/lisp.h:531: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Qarrayp’ | |
../src/lisp.h:532: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Qconsp’ | |
../src/lisp.h:533: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Qnumberp’ | |
../src/lisp.h:534: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Qvector_or_char_table_p’ | |
../src/lisp.h:535: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Ffboundp’ | |
../src/lisp.h:536: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘wrong_type_argument’ | |
../src/lisp.h:542: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Qautoload’ | |
../src/lisp.h:545: warning: parameter names (without types) in function declaration | |
../src/lisp.h:548: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Qprocessp’ | |
../src/lisp.h:551: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Qwindowp’ | |
../src/lisp.h:554: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Qimage’ | |
../src/lisp.h:558: error: expected ‘)’ before ‘o’ | |
../src/lisp.h:581: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:588: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:594: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:599: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:606: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:613: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:619: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:626: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:633: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:640: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:647: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:654: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘make_lisp_proc’ | |
../src/lisp.h:706: error: expected declaration specifiers or ‘...’ before ‘Lisp_Object’ | |
../src/lisp.h:706: error: expected declaration specifiers or ‘...’ before ‘Lisp_Object’ | |
../src/lisp.h: In function ‘CHECK_TYPE’: | |
../src/lisp.h:706: warning: implicit declaration of function ‘wrong_type_argument’ | |
../src/lisp.h:706: error: ‘Qxxxp’ undeclared (first use in this function) | |
../src/lisp.h:706: error: ‘x’ undeclared (first use in this function) | |
../src/lisp.h: At top level: | |
../src/lisp.h:717: error: expected ‘)’ before ‘c’ | |
../src/lisp.h:718: error: expected ‘)’ before ‘c’ | |
../src/lisp.h:725: error: expected ‘)’ before ‘c’ | |
../src/lisp.h:730: error: expected ‘)’ before ‘c’ | |
../src/lisp.h:737: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CAR’ | |
../src/lisp.h:744: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CDR’ | |
../src/lisp.h:753: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CAR_SAFE’ | |
../src/lisp.h:758: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CDR_SAFE’ | |
../src/lisp.h:767: error: expected specifier-qualifier-list before ‘Lisp_Object’ | |
../src/lisp.h:776: error: expected ‘)’ before ‘str’ | |
../src/lisp.h:813: error: expected ‘)’ before ‘string’ | |
../src/lisp.h:818: error: expected ‘)’ before ‘string’ | |
../src/lisp.h:824: error: expected ‘)’ before ‘string’ | |
../src/lisp.h:829: error: expected ‘)’ before ‘string’ | |
../src/lisp.h:834: error: expected ‘)’ before ‘string’ | |
../src/lisp.h: In function ‘STRING_BYTES’: | |
../src/lisp.h:842: error: ‘struct Lisp_String’ has no member named ‘size_byte’ | |
../src/lisp.h:842: error: ‘struct Lisp_String’ has no member named ‘size’ | |
../src/lisp.h:842: error: ‘struct Lisp_String’ has no member named ‘size_byte’ | |
../src/lisp.h: At top level: | |
../src/lisp.h:846: error: expected ‘)’ before ‘string’ | |
../src/lisp.h:851: error: expected ‘)’ before ‘string’ | |
../src/lisp.h:856: error: expected ‘)’ before ‘string’ | |
../src/lisp.h:871: error: expected specifier-qualifier-list before ‘Lisp_Object’ | |
../src/lisp.h:899: error: expected specifier-qualifier-list before ‘Lisp_Object’ | |
../src/lisp.h:910: error: expected specifier-qualifier-list before ‘EMACS_INT’ | |
../src/lisp.h:920: error: ‘struct Lisp_Vector’ has no member named ‘contents’ | |
../src/lisp.h:921: error: ‘struct Lisp_Bool_Vector’ has no member named ‘data’ | |
../src/lisp.h:922: error: ‘Lisp_Object’ undeclared here (not in a function) | |
../src/lisp.h:928: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘AREF’ | |
../src/lisp.h:933: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token | |
../src/lisp.h:940: error: expected ‘)’ before ‘array’ | |
../src/lisp.h:946: error: expected ‘)’ before ‘array’ | |
../src/lisp.h:953: error: expected ‘)’ before ‘array’ | |
../src/lisp.h:1017: error: expected specifier-qualifier-list before ‘Lisp_Object’ | |
../src/lisp.h:1050: error: expected specifier-qualifier-list before ‘Lisp_Object’ | |
../src/lisp.h:1060: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CHAR_TABLE_REF_ASCII’ | |
../src/lisp.h:1080: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CHAR_TABLE_REF’ | |
../src/lisp.h:1090: error: expected ‘)’ before ‘ct’ | |
../src/lisp.h:1106: error: expected specifier-qualifier-list before ‘Lisp_Object’ | |
../src/lisp.h:1129: error: ‘struct Lisp_Char_Table’ has no member named ‘extras’ | |
../src/lisp.h: In function ‘CHAR_TABLE_EXTRA_SLOTS’: | |
../src/lisp.h:1137: error: ‘struct vectorlike_header’ has no member named ‘size’ | |
../src/lisp.h: At top level: | |
../src/lisp.h:1165: error: expected specifier-qualifier-list before ‘Lisp_Object’ | |
../src/lisp.h:1211: error: ‘Lisp_Object’ declared as function returning a function | |
../src/lisp.h:1211: warning: return type defaults to ‘int’ | |
../src/lisp.h: In function ‘Lisp_Object’: | |
../src/lisp.h:1211: warning: type of ‘SYMBOL_VAL’ defaults to ‘int’ | |
../src/lisp.h:1211: error: ‘sym’ undeclared (first use in this function) | |
../src/lisp.h: In function ‘SYMBOL_ALIAS’: | |
../src/lisp.h:1216: error: ‘struct Lisp_Symbol’ has no member named ‘redirect’ | |
../src/lisp.h:1217: error: ‘struct Lisp_Symbol’ has no member named ‘val’ | |
../src/lisp.h: In function ‘SYMBOL_BLV’: | |
../src/lisp.h:1222: error: ‘struct Lisp_Symbol’ has no member named ‘redirect’ | |
../src/lisp.h:1223: error: ‘struct Lisp_Symbol’ has no member named ‘val’ | |
../src/lisp.h: In function ‘SYMBOL_FWD’: | |
../src/lisp.h:1228: error: ‘struct Lisp_Symbol’ has no member named ‘redirect’ | |
../src/lisp.h:1229: error: ‘struct Lisp_Symbol’ has no member named ‘val’ | |
../src/lisp.h: At top level: | |
../src/lisp.h:1232: error: expected declaration specifiers or ‘...’ before ‘Lisp_Object’ | |
../src/lisp.h: In function ‘SET_SYMBOL_VAL’: | |
../src/lisp.h:1232: error: ‘struct Lisp_Symbol’ has no member named ‘redirect’ | |
../src/lisp.h:1232: error: ‘struct Lisp_Symbol’ has no member named ‘val’ | |
../src/lisp.h:1232: error: ‘v’ undeclared (first use in this function) | |
../src/lisp.h: In function ‘SET_SYMBOL_ALIAS’: | |
../src/lisp.h:1238: error: ‘struct Lisp_Symbol’ has no member named ‘redirect’ | |
../src/lisp.h:1239: error: ‘struct Lisp_Symbol’ has no member named ‘val’ | |
../src/lisp.h: In function ‘SET_SYMBOL_BLV’: | |
../src/lisp.h:1244: error: ‘struct Lisp_Symbol’ has no member named ‘redirect’ | |
../src/lisp.h:1245: error: ‘struct Lisp_Symbol’ has no member named ‘val’ | |
../src/lisp.h: In function ‘SET_SYMBOL_FWD’: | |
../src/lisp.h:1250: error: ‘struct Lisp_Symbol’ has no member named ‘redirect’ | |
../src/lisp.h:1251: error: ‘struct Lisp_Symbol’ has no member named ‘val’ | |
../src/lisp.h: At top level: | |
../src/lisp.h:1255: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SYMBOL_NAME’ | |
../src/lisp.h:1263: error: expected ‘)’ before ‘sym’ | |
../src/lisp.h:1271: error: expected ‘)’ before ‘sym’ | |
../src/lisp.h:1280: error: expected ‘)’ before ‘sym’ | |
../src/lisp.h:1295: error: expected specifier-qualifier-list before ‘Lisp_Object’ | |
../src/lisp.h:1317: error: expected specifier-qualifier-list before ‘Lisp_Object’ | |
../src/lisp.h:1366: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:1375: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:1382: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘HASH_KEY’ | |
../src/lisp.h:1389: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘HASH_VALUE’ | |
../src/lisp.h:1397: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘HASH_NEXT’ | |
../src/lisp.h:1404: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘HASH_HASH’ | |
../src/lisp.h:1412: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘HASH_INDEX’ | |
../src/lisp.h: In function ‘HASH_TABLE_SIZE’: | |
../src/lisp.h:1421: warning: implicit declaration of function ‘ASIZE’ | |
../src/lisp.h:1421: error: ‘struct Lisp_Hash_Table’ has no member named ‘next’ | |
../src/lisp.h: At top level: | |
../src/lisp.h:1442: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘sxhash_combine’ | |
../src/lisp.h:1450: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SXHASH_REDUCE’ | |
../src/lisp.h:1459: error: expected specifier-qualifier-list before ‘Lisp_Object’ | |
../src/lisp.h:1465: error: expected specifier-qualifier-list before ‘Lisp_Object’ | |
../src/lisp.h:1518: error: expected specifier-qualifier-list before ‘Lisp_Object’ | |
../src/lisp.h:1614: error: expected specifier-qualifier-list before ‘Lisp_Object’ | |
../src/lisp.h: In function ‘save_type’: | |
../src/lisp.h:1638: error: ‘struct Lisp_Save_Value’ has no member named ‘save_type’ | |
../src/lisp.h: At top level: | |
../src/lisp.h:1644: error: expected ‘)’ before ‘obj’ | |
../src/lisp.h:1650: error: expected ‘)’ before ‘obj’ | |
../src/lisp.h:1656: error: expected ‘)’ before ‘obj’ | |
../src/lisp.h:1665: error: expected ‘)’ before ‘obj’ | |
../src/lisp.h:1671: error: expected ‘)’ before ‘obj’ | |
../src/lisp.h:1680: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘XSAVE_OBJECT’ | |
../src/lisp.h:1698: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:1704: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:1711: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:1717: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:1724: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:1731: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:1744: error: expected specifier-qualifier-list before ‘EMACS_INT’ | |
../src/lisp.h:1764: error: expected specifier-qualifier-list before ‘Lisp_Object’ | |
../src/lisp.h:1774: error: expected specifier-qualifier-list before ‘Lisp_Object’ | |
../src/lisp.h:1815: error: expected specifier-qualifier-list before ‘Lisp_Object’ | |
../src/lisp.h:1925: error: expected specifier-qualifier-list before ‘Lisp_Object’ | |
../src/lisp.h:1947: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:1950: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:1955: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:1961: error: expected declaration specifiers or ‘...’ before ‘Lisp_Object’ | |
../src/lisp.h: In function ‘RANGED_INTEGERP’: | |
../src/lisp.h:1963: error: ‘x’ undeclared (first use in this function) | |
../src/lisp.h:1963: warning: implicit declaration of function ‘XINT’ | |
../src/lisp.h: At top level: | |
../src/lisp.h:1971: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:1972: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:1973: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:1974: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:1975: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:1976: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:1977: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:1980: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:1985: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:1990: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:1995: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:2001: error: expected ‘)’ before ‘x’ | |
../src/lisp.h: In function ‘PSEUDOVECTOR_TYPEP’: | |
../src/lisp.h:2015: error: ‘struct vectorlike_header’ has no member named ‘size’ | |
../src/lisp.h: At top level: | |
../src/lisp.h:2021: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:2036: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:2042: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:2048: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:2054: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:2060: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:2066: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:2072: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:2078: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:2084: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:2090: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:2096: error: expected ‘)’ before ‘a’ | |
../src/lisp.h:2103: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:2110: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:2116: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:2121: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:2122: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:2123: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:2126: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:2131: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:2136: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:2141: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:2146: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:2151: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:2156: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:2161: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:2166: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:2171: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:2200: error: expected ‘)’ before ‘n’ | |
../src/lisp.h:2206: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:2218: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:2226: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:2308: error: expected ‘)’ before ‘obj’ | |
../src/lisp.h:2323: error: expected declaration specifiers or ‘...’ before ‘Lisp_Object’ | |
../src/lisp.h:2324: error: expected declaration specifiers or ‘...’ before ‘Lisp_Object’ | |
../src/lisp.h:2326: error: expected declaration specifiers or ‘...’ before ‘EMACS_INT’ | |
../src/lisp.h:2435: error: expected declaration specifiers or ‘...’ before ‘*’ token | |
../src/lisp.h:2435: warning: type defaults to ‘int’ in declaration of ‘Lisp_Object’ | |
../src/lisp.h:2435: warning: parameter names (without types) in function declaration | |
../src/lisp.h:2435: error: ‘Lisp_Object’ declared as function returning a function | |
../src/lisp.h:2435: error: ‘Lisp_Object’ redeclared as different kind of symbol | |
../src/lisp.h:1211: error: previous definition of ‘Lisp_Object’ was here | |
../src/lisp.h:2455: error: field ‘arg’ declared as a function | |
../src/lisp.h:2456: error: expected specifier-qualifier-list before ‘specbinding_func’ | |
../src/lisp.h:2462: error: field ‘symbol’ declared as a function | |
../src/lisp.h:2462: error: field ‘old_value’ declared as a function | |
../src/lisp.h:2462: error: field ‘where’ declared as a function | |
../src/lisp.h:2467: error: field ‘function’ declared as a function | |
In file included from ../src/lisp.h:2589, | |
from lwlib.c:24: | |
../src/globals.h:4: error: field ‘f_Vafter_change_functions’ declared as a function | |
../src/globals.h:6: error: field ‘f_Vafter_init_time’ declared as a function | |
../src/globals.h:8: error: field ‘f_Vafter_insert_file_functions’ declared as a function | |
../src/globals.h:10: error: field ‘f_Vafter_load_alist’ declared as a function | |
../src/globals.h:12: error: field ‘f_Valternate_fontname_alist’ declared as a function | |
../src/globals.h:14: error: field ‘f_Vauto_composition_function’ declared as a function | |
../src/globals.h:16: error: field ‘f_Vauto_composition_mode’ declared as a function | |
../src/globals.h:18: error: field ‘f_Vauto_fill_chars’ declared as a function | |
../src/globals.h:20: error: field ‘f_Vauto_resize_tool_bars’ declared as a function | |
../src/globals.h:22: error: field ‘f_Vauto_save_include_big_deletions’ declared as a function | |
../src/globals.h:24: error: field ‘f_Vauto_save_list_file_name’ declared as a function | |
../src/globals.h:26: error: field ‘f_Vauto_save_timeout’ declared as a function | |
../src/globals.h:28: error: field ‘f_Vauto_save_visited_file_name’ declared as a function | |
../src/globals.h:30: error: field ‘f_Vbefore_change_functions’ declared as a function | |
../src/globals.h:32: error: field ‘f_Vbefore_init_time’ declared as a function | |
../src/globals.h:34: error: field ‘f_Vblink_cursor_alist’ declared as a function | |
../src/globals.h:36: error: field ‘f_Vbuffer_access_fontified_property’ declared as a function | |
../src/globals.h:38: error: field ‘f_Vbuffer_access_fontify_functions’ declared as a function | |
../src/globals.h:40: error: field ‘f_Vbuffer_list_update_hook’ declared as a function | |
../src/globals.h:42: error: field ‘f_Vbuild_files’ declared as a function | |
../src/globals.h:44: error: field ‘f_Vbyte_boolean_vars’ declared as a function | |
../src/globals.h:46: error: field ‘f_Vbyte_code_meter’ declared as a function | |
../src/globals.h:48: error: field ‘f_Vbytecomp_version_regexp’ declared as a function | |
../src/globals.h:50: error: field ‘f_Vchange_major_mode_hook’ declared as a function | |
../src/globals.h:52: error: field ‘f_Vchar_code_property_alist’ declared as a function | |
../src/globals.h:54: error: field ‘f_Vchar_property_alias_alist’ declared as a function | |
../src/globals.h:56: error: field ‘f_Vchar_script_table’ declared as a function | |
../src/globals.h:58: error: field ‘f_Vchar_width_table’ declared as a function | |
../src/globals.h:60: error: field ‘f_Vcharset_list’ declared as a function | |
../src/globals.h:62: error: field ‘f_Vcharset_map_path’ declared as a function | |
../src/globals.h:64: error: field ‘f_Vcharset_revision_table’ declared as a function | |
../src/globals.h:66: error: field ‘f_Vcode_conversion_map_vector’ declared as a function | |
../src/globals.h:68: error: field ‘f_Vcoding_category_list’ declared as a function | |
../src/globals.h:70: error: field ‘f_Vcoding_system_alist’ declared as a function | |
../src/globals.h:72: error: field ‘f_Vcoding_system_for_read’ declared as a function | |
../src/globals.h:74: error: field ‘f_Vcoding_system_for_write’ declared as a function | |
../src/globals.h:76: error: field ‘f_Vcoding_system_list’ declared as a function | |
../src/globals.h:78: error: field ‘f_Vcombine_after_change_calls’ declared as a function | |
../src/globals.h:80: error: field ‘f_Vcommand_debug_status’ declared as a function | |
../src/globals.h:82: error: field ‘f_Vcommand_error_function’ declared as a function | |
../src/globals.h:84: error: field ‘f_Vcommand_history’ declared as a function | |
../src/globals.h:86: error: field ‘f_Vcommand_line_args’ declared as a function | |
../src/globals.h:88: error: field ‘f_Vcompletion_ignored_extensions’ declared as a function | |
../src/globals.h:90: error: field ‘f_Vcompletion_regexp_list’ declared as a function | |
../src/globals.h:92: error: field ‘f_Vcompose_chars_after_function’ declared as a function | |
../src/globals.h:94: error: field ‘f_Vcomposition_function_table’ declared as a function | |
../src/globals.h:96: error: field ‘f_Vconfigure_info_directory’ declared as a function | |
../src/globals.h:98: error: field ‘f_Vcurrent_iso639_language’ declared as a function | |
../src/globals.h:100: error: field ‘f_Vcurrent_load_list’ declared as a function | |
../src/globals.h:102: error: field ‘f_Vcurrent_prefix_arg’ declared as a function | |
../src/globals.h:104: error: field ‘f_Vdata_directory’ declared as a function | |
../src/globals.h:106: error: field ‘f_Vdbus_compiled_version’ declared as a function | |
../src/globals.h:108: error: field ‘f_Vdbus_debug’ declared as a function | |
../src/globals.h:110: error: field ‘f_Vdbus_message_type_error’ declared as a function | |
../src/globals.h:112: error: field ‘f_Vdbus_message_type_invalid’ declared as a function | |
../src/globals.h:114: error: field ‘f_Vdbus_message_type_method_call’ declared as a function | |
../src/globals.h:116: error: field ‘f_Vdbus_message_type_method_return’ declared as a function | |
../src/globals.h:118: error: field ‘f_Vdbus_message_type_signal’ declared as a function | |
../src/globals.h:120: error: field ‘f_Vdbus_registered_objects_table’ declared as a function | |
../src/globals.h:122: error: field ‘f_Vdbus_runtime_version’ declared as a function | |
../src/globals.h:124: error: field ‘f_Vdeactivate_mark’ declared as a function | |
../src/globals.h:126: error: field ‘f_Vdebug_ignored_errors’ declared as a function | |
../src/globals.h:128: error: field ‘f_Vdebug_on_error’ declared as a function | |
../src/globals.h:130: error: field ‘f_Vdebug_on_event’ declared as a function | |
../src/globals.h:132: error: field ‘f_Vdebug_on_message’ declared as a function | |
../src/globals.h:134: error: field ‘f_Vdebug_on_signal’ declared as a function | |
../src/globals.h:136: error: field ‘f_Vdebugger’ declared as a function | |
../src/globals.h:138: error: field ‘f_Vdefault_file_name_coding_system’ declared as a function | |
../src/globals.h:140: error: field ‘f_Vdefault_frame_alist’ declared as a function | |
../src/globals.h:142: error: field ‘f_Vdefault_frame_scroll_bars’ declared as a function | |
../src/globals.h:144: error: field ‘f_Vdefault_process_coding_system’ declared as a function | |
../src/globals.h:146: error: field ‘f_Vdefault_text_properties’ declared as a function | |
../src/globals.h:148: error: field ‘f_Vdeferred_action_function’ declared as a function | |
../src/globals.h:150: error: field ‘f_Vdeferred_action_list’ declared as a function | |
../src/globals.h:152: error: field ‘f_Vdefine_key_rebound_commands’ declared as a function | |
../src/globals.h:154: error: field ‘f_Vdelayed_warnings_list’ declared as a function | |
../src/globals.h:156: error: field ‘f_Vdelete_frame_functions’ declared as a function | |
../src/globals.h:158: error: field ‘f_Vdelete_terminal_functions’ declared as a function | |
../src/globals.h:160: error: field ‘f_Vdisable_point_adjustment’ declared as a function | |
../src/globals.h:162: error: field ‘f_Vdisplay_pixels_per_inch’ declared as a function | |
../src/globals.h:164: error: field ‘f_Vdoc_directory’ declared as a function | |
../src/globals.h:166: error: field ‘f_Vdoc_file_name’ declared as a function | |
../src/globals.h:168: error: field ‘f_Vdouble_click_time’ declared as a function | |
../src/globals.h:170: error: field ‘f_Vdynamic_library_alist’ declared as a function | |
../src/globals.h:172: error: field ‘f_Vecho_keystrokes’ declared as a function | |
../src/globals.h:174: error: field ‘f_Vemacs_copyright’ declared as a function | |
../src/globals.h:176: error: field ‘f_Vemacs_version’ declared as a function | |
../src/globals.h:178: error: field ‘f_Vemulation_mode_map_alists’ declared as a function | |
../src/globals.h:180: error: field ‘f_Venable_character_translation’ declared as a function | |
../src/globals.h:182: error: field ‘f_Venable_disabled_menus_and_buttons’ declared as a function | |
../src/globals.h:184: error: field ‘f_Veval_buffer_list’ declared as a function | |
../src/globals.h:186: error: field ‘f_Vexec_directory’ declared as a function | |
../src/globals.h:188: error: field ‘f_Vexec_path’ declared as a function | |
../src/globals.h:190: error: field ‘f_Vexec_suffixes’ declared as a function | |
../src/globals.h:192: error: field ‘f_Vexecuting_kbd_macro’ declared as a function | |
../src/globals.h:194: error: field ‘f_Vface_default_stipple’ declared as a function | |
../src/globals.h:196: error: field ‘f_Vface_font_rescale_alist’ declared as a function | |
../src/globals.h:198: error: field ‘f_Vface_ignored_fonts’ declared as a function | |
../src/globals.h:200: error: field ‘f_Vface_new_frame_defaults’ declared as a function | |
../src/globals.h:202: error: field ‘f_Vface_remapping_alist’ declared as a function | |
../src/globals.h:204: error: field ‘f_Vfeatures’ declared as a function | |
../src/globals.h:206: error: field ‘f_Vfile_coding_system_alist’ declared as a function | |
../src/globals.h:208: error: field ‘f_Vfile_name_coding_system’ declared as a function | |
../src/globals.h:210: error: field ‘f_Vfile_name_handler_alist’ declared as a function | |
../src/globals.h:212: error: field ‘f_Vfind_word_boundary_function_table’ declared as a function | |
../src/globals.h:214: error: field ‘f_Vfirst_change_hook’ declared as a function | |
../src/globals.h:216: error: field ‘f_Vfloat_output_format’ declared as a function | |
../src/globals.h:218: error: field ‘f_Vfont_ccl_encoder_alist’ declared as a function | |
../src/globals.h:220: error: field ‘f_Vfont_encoding_alist’ declared as a function | |
../src/globals.h:222: error: field ‘f_Vfont_encoding_charset_alist’ declared as a function | |
../src/globals.h:224: error: field ‘f_Vfont_log’ declared as a function | |
../src/globals.h:226: error: field ‘f_Vfont_slant_table’ declared as a function | |
../src/globals.h:228: error: field ‘f_Vfont_weight_table’ declared as a function | |
../src/globals.h:230: error: field ‘f_Vfont_width_table’ declared as a function | |
../src/globals.h:232: error: field ‘f_Vfontification_functions’ declared as a function | |
../src/globals.h:234: error: field ‘f_Vfontset_alias_alist’ declared as a function | |
../src/globals.h:236: error: field ‘f_Vframe_alpha_lower_limit’ declared as a function | |
../src/globals.h:238: error: field ‘f_Vframe_title_format’ declared as a function | |
../src/globals.h:240: error: field ‘f_Vfringe_bitmaps’ declared as a function | |
../src/globals.h:242: error: field ‘f_Vfunction_key_map’ declared as a function | |
../src/globals.h:244: error: field ‘f_Vgc_cons_percentage’ declared as a function | |
../src/globals.h:246: error: field ‘f_Vgc_elapsed’ declared as a function | |
../src/globals.h:248: error: field ‘f_Vglobal_disable_point_adjustment’ declared as a function | |
../src/globals.h:250: error: field ‘f_Vglobal_mode_string’ declared as a function | |
../src/globals.h:252: error: field ‘f_Vglyph_table’ declared as a function | |
../src/globals.h:254: error: field ‘f_Vglyphless_char_display’ declared as a function | |
../src/globals.h:256: error: field ‘f_Vgtk_version_string’ declared as a function | |
../src/globals.h:258: error: field ‘f_Vhelp_char’ declared as a function | |
../src/globals.h:260: error: field ‘f_Vhelp_event_list’ declared as a function | |
../src/globals.h:262: error: field ‘f_Vhelp_form’ declared as a function | |
../src/globals.h:264: error: field ‘f_Vhistory_add_new_input’ declared as a function | |
../src/globals.h:266: error: field ‘f_Vhistory_length’ declared as a function | |
../src/globals.h:268: error: field ‘f_Vhourglass_delay’ declared as a function | |
../src/globals.h:270: error: field ‘f_Vhscroll_step’ declared as a function | |
../src/globals.h:272: error: field ‘f_Vicon_title_format’ declared as a function | |
../src/globals.h:274: error: field ‘f_Vignore_relative_composition’ declared as a function | |
../src/globals.h:276: error: field ‘f_Vimage_cache_eviction_delay’ declared as a function | |
../src/globals.h:278: error: field ‘f_Vimage_types’ declared as a function | |
../src/globals.h:280: error: field ‘f_Vinhibit_changing_match_data’ declared as a function | |
../src/globals.h:282: error: field ‘f_Vinhibit_debugger’ declared as a function | |
../src/globals.h:284: error: field ‘f_Vinhibit_field_text_motion’ declared as a function | |
../src/globals.h:286: error: field ‘f_Vinhibit_file_name_handlers’ declared as a function | |
../src/globals.h:288: error: field ‘f_Vinhibit_file_name_operation’ declared as a function | |
../src/globals.h:290: error: field ‘f_Vinhibit_point_motion_hooks’ declared as a function | |
../src/globals.h:292: error: field ‘f_Vinhibit_quit’ declared as a function | |
../src/globals.h:294: error: field ‘f_Vinhibit_read_only’ declared as a function | |
../src/globals.h:296: error: field ‘f_Vinhibit_redisplay’ declared as a function | |
../src/globals.h:298: error: field ‘f_Vinitial_environment’ declared as a function | |
../src/globals.h:300: error: field ‘f_Vinitial_window_system’ declared as a function | |
../src/globals.h:302: error: field ‘f_Vinput_method_function’ declared as a function | |
../src/globals.h:304: error: field ‘f_Vinput_method_previous_message’ declared as a function | |
../src/globals.h:306: error: field ‘f_Vinstallation_directory’ declared as a function | |
../src/globals.h:308: error: field ‘f_Vinternal_interpreter_environment’ declared as a function | |
../src/globals.h:310: error: field ‘f_Vinvocation_directory’ declared as a function | |
../src/globals.h:312: error: field ‘f_Vinvocation_name’ declared as a function | |
../src/globals.h:314: error: field ‘f_Vkbd_macro_termination_hook’ declared as a function | |
../src/globals.h:316: error: field ‘f_Vkey_translation_map’ declared as a function | |
../src/globals.h:318: error: field ‘f_Vkill_buffer_query_functions’ declared as a function | |
../src/globals.h:320: error: field ‘f_Vkill_emacs_hook’ declared as a function | |
../src/globals.h:322: error: field ‘f_Vlast_code_conversion_error’ declared as a function | |
../src/globals.h:324: error: field ‘f_Vlast_coding_system_used’ declared as a function | |
../src/globals.h:326: error: field ‘f_Vlast_event_frame’ declared as a function | |
../src/globals.h:328: error: field ‘f_Vlatin_extra_code_table’ declared as a function | |
../src/globals.h:330: error: field ‘f_Vlexical_binding’ declared as a function | |
../src/globals.h:332: error: field ‘f_Vline_number_display_limit’ declared as a function | |
../src/globals.h:334: error: field ‘f_Vline_prefix’ declared as a function | |
../src/globals.h:336: error: field ‘f_Vload_file_name’ declared as a function | |
../src/globals.h:338: error: field ‘f_Vload_file_rep_suffixes’ declared as a function | |
../src/globals.h:340: error: field ‘f_Vload_history’ declared as a function | |
../src/globals.h:342: error: field ‘f_Vload_path’ declared as a function | |
../src/globals.h:344: error: field ‘f_Vload_read_function’ declared as a function | |
../src/globals.h:346: error: field ‘f_Vload_source_file_function’ declared as a function | |
../src/globals.h:348: error: field ‘f_Vload_suffixes’ declared as a function | |
../src/globals.h:350: error: field ‘f_Vlocale_coding_system’ declared as a function | |
../src/globals.h:352: error: field ‘f_Vlucid_menu_bar_dirty_flag’ declared as a function | |
../src/globals.h:354: error: field ‘f_Vmake_pointer_invisible’ declared as a function | |
../src/globals.h:356: error: field ‘f_Vmark_even_if_inactive’ declared as a function | |
../src/globals.h:358: error: field ‘f_Vmax_image_size’ declared as a function | |
../src/globals.h:360: error: field ‘f_Vmax_mini_window_height’ declared as a function | |
../src/globals.h:362: error: field ‘f_Vmemory_full’ declared as a function | |
../src/globals.h:364: error: field ‘f_Vmemory_signal_data’ declared as a function | |
../src/globals.h:366: error: field ‘f_Vmenu_bar_final_items’ declared as a function | |
../src/globals.h:368: error: field ‘f_Vmenu_bar_mode’ declared as a function | |
../src/globals.h:370: error: field ‘f_Vmenu_bar_update_hook’ declared as a function | |
../src/globals.h:372: error: field ‘f_Vmenu_updating_frame’ declared as a function | |
../src/globals.h:374: error: field ‘f_Vmessage_log_max’ declared as a function | |
../src/globals.h:376: error: field ‘f_Vminibuf_scroll_window’ declared as a function | |
../src/globals.h:378: error: field ‘f_Vminibuffer_completing_file_name’ declared as a function | |
../src/globals.h:380: error: field ‘f_Vminibuffer_completion_confirm’ declared as a function | |
../src/globals.h:382: error: field ‘f_Vminibuffer_completion_predicate’ declared as a function | |
../src/globals.h:384: error: field ‘f_Vminibuffer_completion_table’ declared as a function | |
../src/globals.h:386: error: field ‘f_Vminibuffer_exit_hook’ declared as a function | |
../src/globals.h:388: error: field ‘f_Vminibuffer_help_form’ declared as a function | |
../src/globals.h:390: error: field ‘f_Vminibuffer_history_position’ declared as a function | |
../src/globals.h:392: error: field ‘f_Vminibuffer_history_variable’ declared as a function | |
../src/globals.h:394: error: field ‘f_Vminibuffer_local_map’ declared as a function | |
../src/globals.h:396: error: field ‘f_Vminibuffer_local_ns_map’ declared as a function | |
../src/globals.h:398: error: field ‘f_Vminibuffer_message_timeout’ declared as a function | |
../src/globals.h:400: error: field ‘f_Vminibuffer_prompt_properties’ declared as a function | |
../src/globals.h:402: error: field ‘f_Vminibuffer_setup_hook’ declared as a function | |
../src/globals.h:404: error: field ‘f_Vminor_mode_map_alist’ declared as a function | |
../src/globals.h:406: error: field ‘f_Vminor_mode_overriding_map_alist’ declared as a function | |
../src/globals.h:408: error: field ‘f_Vmost_negative_fixnum’ declared as a function | |
../src/globals.h:410: error: field ‘f_Vmost_positive_fixnum’ declared as a function | |
../src/globals.h:412: error: field ‘f_Vmotif_version_string’ declared as a function | |
../src/globals.h:414: error: field ‘f_Vmouse_autoselect_window’ declared as a function | |
../src/globals.h:416: error: field ‘f_Vmouse_highlight’ declared as a function | |
../src/globals.h:418: error: field ‘f_Vmouse_leave_buffer_hook’ declared as a function | |
../src/globals.h:420: error: field ‘f_Vmouse_position_function’ declared as a function | |
../src/globals.h:422: error: field ‘f_Vnetwork_coding_system_alist’ declared as a function | |
../src/globals.h:424: error: field ‘f_Vnobreak_char_display’ declared as a function | |
../src/globals.h:426: error: field ‘f_Vobarray’ declared as a function | |
../src/globals.h:428: error: field ‘f_Vold_style_backquotes’ declared as a function | |
../src/globals.h:430: error: field ‘f_Voperating_system_release’ declared as a function | |
../src/globals.h:432: error: field ‘f_Votf_script_alist’ declared as a function | |
../src/globals.h:434: error: field ‘f_Vother_window_scroll_buffer’ declared as a function | |
../src/globals.h:436: error: field ‘f_Voverflow_newline_into_fringe’ declared as a function | |
../src/globals.h:438: error: field ‘f_Voverlay_arrow_position’ declared as a function | |
../src/globals.h:440: error: field ‘f_Voverlay_arrow_string’ declared as a function | |
../src/globals.h:442: error: field ‘f_Voverlay_arrow_variable_list’ declared as a function | |
../src/globals.h:444: error: field ‘f_Voverriding_local_map’ declared as a function | |
../src/globals.h:446: error: field ‘f_Voverriding_local_map_menu_flag’ declared as a function | |
../src/globals.h:448: error: field ‘f_Vpath_separator’ declared as a function | |
../src/globals.h:450: error: field ‘f_Vpost_command_hook’ declared as a function | |
../src/globals.h:452: error: field ‘f_Vpost_gc_hook’ declared as a function | |
../src/globals.h:454: error: field ‘f_Vpost_self_insert_hook’ declared as a function | |
../src/globals.h:456: error: field ‘f_Vpre_command_hook’ declared as a function | |
../src/globals.h:458: error: field ‘f_Vprefix_help_command’ declared as a function | |
../src/globals.h:460: error: field ‘f_Vpreloaded_file_list’ declared as a function | |
../src/globals.h:462: error: field ‘f_Vprevious_system_messages_locale’ declared as a function | |
../src/globals.h:464: error: field ‘f_Vprevious_system_time_locale’ declared as a function | |
../src/globals.h:466: error: field ‘f_Vprint_charset_text_property’ declared as a function | |
../src/globals.h:468: error: field ‘f_Vprint_circle’ declared as a function | |
../src/globals.h:470: error: field ‘f_Vprint_continuous_numbering’ declared as a function | |
../src/globals.h:472: error: field ‘f_Vprint_gensym’ declared as a function | |
../src/globals.h:474: error: field ‘f_Vprint_length’ declared as a function | |
../src/globals.h:476: error: field ‘f_Vprint_level’ declared as a function | |
../src/globals.h:478: error: field ‘f_Vprint_number_table’ declared as a function | |
../src/globals.h:480: error: field ‘f_Vprintable_chars’ declared as a function | |
../src/globals.h:482: error: field ‘f_Vprocess_adaptive_read_buffering’ declared as a function | |
../src/globals.h:484: error: field ‘f_Vprocess_coding_system_alist’ declared as a function | |
../src/globals.h:486: error: field ‘f_Vprocess_connection_type’ declared as a function | |
../src/globals.h:488: error: field ‘f_Vprocess_environment’ declared as a function | |
../src/globals.h:490: error: field ‘f_Vpurify_flag’ declared as a function | |
../src/globals.h:492: error: field ‘f_Vquit_flag’ declared as a function | |
../src/globals.h:494: error: field ‘f_Vread_buffer_function’ declared as a function | |
../src/globals.h:496: error: field ‘f_Vread_circle’ declared as a function | |
../src/globals.h:498: error: field ‘f_Vread_expression_history’ declared as a function | |
../src/globals.h:500: error: field ‘f_Vread_symbol_positions_list’ declared as a function | |
../src/globals.h:502: error: field ‘f_Vread_with_symbol_positions’ declared as a function | |
../src/globals.h:504: error: field ‘f_Vreal_this_command’ declared as a function | |
../src/globals.h:506: error: field ‘f_Vrecenter_redisplay’ declared as a function | |
../src/globals.h:508: error: field ‘f_Vredisplay_end_trigger_functions’ declared as a function | |
../src/globals.h:510: error: field ‘f_Vresize_mini_windows’ declared as a function | |
../src/globals.h:512: error: field ‘f_Vresume_tty_functions’ declared as a function | |
../src/globals.h:514: error: field ‘f_Vring_bell_function’ declared as a function | |
../src/globals.h:516: error: field ‘f_Vsaved_region_selection’ declared as a function | |
../src/globals.h:518: error: field ‘f_Vscalable_fonts_allowed’ declared as a function | |
../src/globals.h:520: error: field ‘f_Vscript_representative_chars’ declared as a function | |
../src/globals.h:522: error: field ‘f_Vscroll_preserve_screen_position’ declared as a function | |
../src/globals.h:524: error: field ‘f_Vsearch_spaces_regexp’ declared as a function | |
../src/globals.h:526: error: field ‘f_Vselect_active_regions’ declared as a function | |
../src/globals.h:528: error: field ‘f_Vselect_safe_coding_system_function’ declared as a function | |
../src/globals.h:530: error: field ‘f_Vselection_converter_alist’ declared as a function | |
../src/globals.h:532: error: field ‘f_Vselection_inhibit_update_commands’ declared as a function | |
../src/globals.h:534: error: field ‘f_Vset_auto_coding_function’ declared as a function | |
../src/globals.h:536: error: field ‘f_Vshared_game_score_directory’ declared as a function | |
../src/globals.h:538: error: field ‘f_Vshell_file_name’ declared as a function | |
../src/globals.h:540: error: field ‘f_Vshow_help_function’ declared as a function | |
../src/globals.h:542: error: field ‘f_Vshow_trailing_whitespace’ declared as a function | |
../src/globals.h:544: error: field ‘f_Vsignal_hook_function’ declared as a function | |
../src/globals.h:546: error: field ‘f_Vsource_directory’ declared as a function | |
../src/globals.h:548: error: field ‘f_Vspecial_event_map’ declared as a function | |
../src/globals.h:550: error: field ‘f_Vstandard_display_table’ declared as a function | |
../src/globals.h:552: error: field ‘f_Vstandard_input’ declared as a function | |
../src/globals.h:554: error: field ‘f_Vstandard_output’ declared as a function | |
../src/globals.h:556: error: field ‘f_Vstandard_translation_table_for_decode’ declared as a function | |
../src/globals.h:558: error: field ‘f_Vstandard_translation_table_for_encode’ declared as a function | |
../src/globals.h:560: error: field ‘f_Vsuspend_tty_functions’ declared as a function | |
../src/globals.h:562: error: field ‘f_Vsystem_configuration’ declared as a function | |
../src/globals.h:564: error: field ‘f_Vsystem_configuration_options’ declared as a function | |
../src/globals.h:566: error: field ‘f_Vsystem_messages_locale’ declared as a function | |
../src/globals.h:568: error: field ‘f_Vsystem_name’ declared as a function | |
../src/globals.h:570: error: field ‘f_Vsystem_time_locale’ declared as a function | |
../src/globals.h:572: error: field ‘f_Vsystem_type’ declared as a function | |
../src/globals.h:574: error: field ‘f_Vtemp_buffer_show_function’ declared as a function | |
../src/globals.h:576: error: field ‘f_Vtemporary_file_directory’ declared as a function | |
../src/globals.h:578: error: field ‘f_Vterminal_frame’ declared as a function | |
../src/globals.h:580: error: field ‘f_Vtext_property_default_nonsticky’ declared as a function | |
../src/globals.h:582: error: field ‘f_Vthis_command’ declared as a function | |
../src/globals.h:584: error: field ‘f_Vthis_command_keys_shift_translated’ declared as a function | |
../src/globals.h:586: error: field ‘f_Vthis_original_command’ declared as a function | |
../src/globals.h:588: error: field ‘f_Vthrow_on_input’ declared as a function | |
../src/globals.h:590: error: field ‘f_Vtimer_idle_list’ declared as a function | |
../src/globals.h:592: error: field ‘f_Vtimer_list’ declared as a function | |
../src/globals.h:594: error: field ‘f_Vtool_bar_border’ declared as a function | |
../src/globals.h:596: error: field ‘f_Vtool_bar_button_margin’ declared as a function | |
../src/globals.h:598: error: field ‘f_Vtool_bar_mode’ declared as a function | |
../src/globals.h:600: error: field ‘f_Vtool_bar_separator_image_expression’ declared as a function | |
../src/globals.h:602: error: field ‘f_Vtool_bar_style’ declared as a function | |
../src/globals.h:604: error: field ‘f_Vtop_level’ declared as a function | |
../src/globals.h:606: error: field ‘f_Vtransient_mark_mode’ declared as a function | |
../src/globals.h:608: error: field ‘f_Vtranslation_hash_table_vector’ declared as a function | |
../src/globals.h:610: error: field ‘f_Vtranslation_table_for_input’ declared as a function | |
../src/globals.h:612: error: field ‘f_Vtranslation_table_vector’ declared as a function | |
../src/globals.h:614: error: field ‘f_Vtruncate_partial_width_windows’ declared as a function | |
../src/globals.h:616: error: field ‘f_Vtty_defined_color_alist’ declared as a function | |
../src/globals.h:618: error: field ‘f_Vtty_erase_char’ declared as a function | |
../src/globals.h:620: error: field ‘f_Vundo_outer_limit’ declared as a function | |
../src/globals.h:622: error: field ‘f_Vundo_outer_limit_function’ declared as a function | |
../src/globals.h:624: error: field ‘f_Vunicode_category_table’ declared as a function | |
../src/globals.h:626: error: field ‘f_Vunread_command_events’ declared as a function | |
../src/globals.h:628: error: field ‘f_Vunread_input_method_events’ declared as a function | |
../src/globals.h:630: error: field ‘f_Vunread_post_input_method_events’ declared as a function | |
../src/globals.h:632: error: field ‘f_Vuse_default_ascent’ declared as a function | |
../src/globals.h:634: error: field ‘f_Vuser_full_name’ declared as a function | |
../src/globals.h:636: error: field ‘f_Vuser_init_file’ declared as a function | |
../src/globals.h:638: error: field ‘f_Vuser_login_name’ declared as a function | |
../src/globals.h:640: error: field ‘f_Vuser_real_login_name’ declared as a function | |
../src/globals.h:642: error: field ‘f_Vvalues’ declared as a function | |
../src/globals.h:644: error: field ‘f_Vvertical_centering_font_regexp’ declared as a function | |
../src/globals.h:646: error: field ‘f_Vvoid_text_area_pointer’ declared as a function | |
../src/globals.h:648: error: field ‘f_Vwhere_is_preferred_modifier’ declared as a function | |
../src/globals.h:650: error: field ‘f_Vwindow_combination_limit’ declared as a function | |
../src/globals.h:652: error: field ‘f_Vwindow_combination_resize’ declared as a function | |
../src/globals.h:654: error: field ‘f_Vwindow_configuration_change_hook’ declared as a function | |
../src/globals.h:656: error: field ‘f_Vwindow_persistent_parameters’ declared as a function | |
../src/globals.h:658: error: field ‘f_Vwindow_point_insertion_type’ declared as a function | |
../src/globals.h:660: error: field ‘f_Vwindow_scroll_functions’ declared as a function | |
../src/globals.h:662: error: field ‘f_Vwindow_size_change_functions’ declared as a function | |
../src/globals.h:664: error: field ‘f_Vwindow_system_version’ declared as a function | |
../src/globals.h:666: error: field ‘f_Vwindow_text_change_functions’ declared as a function | |
../src/globals.h:668: error: field ‘f_Vword_combining_categories’ declared as a function | |
../src/globals.h:670: error: field ‘f_Vword_separating_categories’ declared as a function | |
../src/globals.h:672: error: field ‘f_Vwrap_prefix’ declared as a function | |
../src/globals.h:674: error: field ‘f_Vwrite_region_annotate_functions’ declared as a function | |
../src/globals.h:676: error: field ‘f_Vwrite_region_annotations_so_far’ declared as a function | |
../src/globals.h:678: error: field ‘f_Vwrite_region_post_annotation_function’ declared as a function | |
../src/globals.h:680: error: field ‘f_Vx_alt_keysym’ declared as a function | |
../src/globals.h:682: error: field ‘f_Vx_bitmap_file_path’ declared as a function | |
../src/globals.h:684: error: field ‘f_Vx_cursor_fore_pixel’ declared as a function | |
../src/globals.h:686: error: field ‘f_Vx_hourglass_pointer_shape’ declared as a function | |
../src/globals.h:688: error: field ‘f_Vx_hyper_keysym’ declared as a function | |
../src/globals.h:690: error: field ‘f_Vx_keysym_table’ declared as a function | |
../src/globals.h:692: error: field ‘f_Vx_lost_selection_functions’ declared as a function | |
../src/globals.h:694: error: field ‘f_Vx_max_tooltip_size’ declared as a function | |
../src/globals.h:696: error: field ‘f_Vx_meta_keysym’ declared as a function | |
../src/globals.h:698: error: field ‘f_Vx_mode_pointer_shape’ declared as a function | |
../src/globals.h:700: error: field ‘f_Vx_no_window_manager’ declared as a function | |
../src/globals.h:702: error: field ‘f_Vx_nontext_pointer_shape’ declared as a function | |
../src/globals.h:704: error: field ‘f_Vx_pixel_size_width_font_regexp’ declared as a function | |
../src/globals.h:706: error: field ‘f_Vx_pointer_shape’ declared as a function | |
../src/globals.h:708: error: field ‘f_Vx_resource_class’ declared as a function | |
../src/globals.h:710: error: field ‘f_Vx_resource_name’ declared as a function | |
../src/globals.h:712: error: field ‘f_Vx_select_enable_clipboard_manager’ declared as a function | |
../src/globals.h:714: error: field ‘f_Vx_sensitive_text_pointer_shape’ declared as a function | |
../src/globals.h:716: error: field ‘f_Vx_sent_selection_functions’ declared as a function | |
../src/globals.h:718: error: field ‘f_Vx_session_id’ declared as a function | |
../src/globals.h:720: error: field ‘f_Vx_session_previous_id’ declared as a function | |
../src/globals.h:722: error: field ‘f_Vx_super_keysym’ declared as a function | |
../src/globals.h:724: error: field ‘f_Vx_toolkit_scroll_bars’ declared as a function | |
../src/globals.h:726: error: field ‘f_Vx_window_horizontal_drag_shape’ declared as a function | |
../src/globals.h:728: error: field ‘f_Vxft_settings’ declared as a function | |
../src/globals.h:730: error: field ‘f_do_mouse_tracking’ declared as a function | |
../src/globals.h:732: error: field ‘f_eol_mnemonic_dos’ declared as a function | |
../src/globals.h:734: error: field ‘f_eol_mnemonic_mac’ declared as a function | |
../src/globals.h:736: error: field ‘f_eol_mnemonic_undecided’ declared as a function | |
../src/globals.h:738: error: field ‘f_eol_mnemonic_unix’ declared as a function | |
../src/globals.h:740: error: field ‘f_last_command_event’ declared as a function | |
../src/globals.h:742: error: field ‘f_last_input_event’ declared as a function | |
../src/globals.h:744: error: field ‘f_last_nonmenu_event’ declared as a function | |
../src/globals.h:746: error: field ‘f_menu_prompt_more_char’ declared as a function | |
../src/globals.h:748: error: field ‘f_meta_prefix_char’ declared as a function | |
../src/globals.h:750: error: expected specifier-qualifier-list before ‘EMACS_INT’ | |
../src/globals.h:977: error: ‘Fabort_recursive_edit’ declared as function returning a function | |
../src/globals.h:978: error: ‘Fabs’ declared as function returning a function | |
../src/globals.h:979: error: ‘Faccept_process_output’ declared as function returning a function | |
../src/globals.h:980: error: ‘Faccess_file’ declared as function returning a function | |
../src/globals.h:981: error: ‘Faccessible_keymaps’ declared as function returning a function | |
../src/globals.h:982: error: ‘Facos’ declared as function returning a function | |
../src/globals.h:983: error: ‘Factive_minibuffer_window’ declared as function returning a function | |
../src/globals.h:984: error: ‘Fadd1’ declared as function returning a function | |
../src/globals.h:985: error: ‘Fadd_face_text_property’ declared as function returning a function | |
../src/globals.h:986: error: ‘Fadd_name_to_file’ declared as function returning a function | |
../src/globals.h:987: error: ‘Fadd_text_properties’ declared as function returning a function | |
../src/globals.h:988: error: ‘Fall_completions’ declared as function returning a function | |
../src/globals.h:989: error: ‘Fand’ declared as function returning a function | |
../src/globals.h:990: error: ‘Fappend’ declared as function returning a function | |
../src/globals.h:991: error: ‘Fapply’ declared as function returning a function | |
../src/globals.h:992: error: ‘Fapropos_internal’ declared as function returning a function | |
../src/globals.h:993: error: ‘Faref’ declared as function returning a function | |
../src/globals.h:994: error: ‘Farrayp’ declared as function returning a function | |
../src/globals.h:995: error: ‘Faset’ declared as function returning a function | |
../src/globals.h:996: error: ‘Fash’ declared as function returning a function | |
../src/globals.h:997: error: ‘Fasin’ declared as function returning a function | |
../src/globals.h:998: error: ‘Fassoc’ declared as function returning a function | |
../src/globals.h:999: error: ‘Fassoc_string’ declared as function returning a function | |
../src/globals.h:1000: error: ‘Fassq’ declared as function returning a function | |
../src/globals.h:1001: error: ‘Fatan’ declared as function returning a function | |
../src/globals.h:1002: error: ‘Fatom’ declared as function returning a function | |
../src/globals.h:1003: error: ‘Fautoload’ declared as function returning a function | |
../src/globals.h:1004: error: ‘Fautoload_do_load’ declared as function returning a function | |
../src/globals.h:1005: error: ‘Fbacktrace’ declared as function returning a function | |
../src/globals.h:1006: error: ‘Fbacktrace_debug’ declared as function returning a function | |
../src/globals.h:1007: error: ‘Fbacktrace_frame’ declared as function returning a function | |
../src/globals.h:1008: error: ‘Fbackward_char’ declared as function returning a function | |
../src/globals.h:1009: error: ‘Fbackward_prefix_chars’ declared as function returning a function | |
../src/globals.h:1010: error: ‘Fbarf_if_buffer_read_only’ declared as function returning a function | |
../src/globals.h:1011: error: ‘Fbase64_decode_region’ declared as function returning a function | |
../src/globals.h:1012: error: ‘Fbase64_decode_string’ declared as function returning a function | |
../src/globals.h:1013: error: ‘Fbase64_encode_region’ declared as function returning a function | |
../src/globals.h:1014: error: ‘Fbase64_encode_string’ declared as function returning a function | |
../src/globals.h:1015: error: ‘Fbeginning_of_line’ declared as function returning a function | |
../src/globals.h:1016: error: ‘Fbitmap_spec_p’ declared as function returning a function | |
../src/globals.h:1017: error: ‘Fbobp’ declared as function returning a function | |
../src/globals.h:1018: error: ‘Fbolp’ declared as function returning a function | |
../src/globals.h:1019: error: ‘Fbool_vector_p’ declared as function returning a function | |
../src/globals.h:1020: error: ‘Fboundp’ declared as function returning a function | |
../src/globals.h:1021: error: ‘Fbuffer_base_buffer’ declared as function returning a function | |
../src/globals.h:1022: error: ‘Fbuffer_chars_modified_tick’ declared as function returning a function | |
../src/globals.h:1023: error: ‘Fbuffer_enable_undo’ declared as function returning a function | |
../src/globals.h:1024: error: ‘Fbuffer_file_name’ declared as function returning a function | |
../src/globals.h:1025: error: ‘Fbuffer_has_markers_at’ declared as function returning a function | |
../src/globals.h:1026: error: ‘Fbuffer_list’ declared as function returning a function | |
../src/globals.h:1027: error: ‘Fbuffer_live_p’ declared as function returning a function | |
../src/globals.h:1028: error: ‘Fbuffer_local_value’ declared as function returning a function | |
../src/globals.h:1029: error: ‘Fbuffer_local_variables’ declared as function returning a function | |
../src/globals.h:1030: error: ‘Fbuffer_modified_p’ declared as function returning a function | |
../src/globals.h:1031: error: ‘Fbuffer_modified_tick’ declared as function returning a function | |
../src/globals.h:1032: error: ‘Fbuffer_name’ declared as function returning a function | |
../src/globals.h:1033: error: ‘Fbuffer_size’ declared as function returning a function | |
../src/globals.h:1034: error: ‘Fbuffer_string’ declared as function returning a function | |
../src/globals.h:1035: error: ‘Fbuffer_substring’ declared as function returning a function | |
../src/globals.h:1036: error: ‘Fbuffer_substring_no_properties’ declared as function returning a function | |
../src/globals.h:1037: error: ‘Fbuffer_swap_text’ declared as function returning a function | |
../src/globals.h:1038: error: ‘Fbufferp’ declared as function returning a function | |
../src/globals.h:1039: error: ‘Fbury_buffer_internal’ declared as function returning a function | |
../src/globals.h:1040: error: ‘Fbyte_code’ declared as function returning a function | |
../src/globals.h:1041: error: ‘Fbyte_code_function_p’ declared as function returning a function | |
../src/globals.h:1042: error: ‘Fbyte_to_position’ declared as function returning a function | |
../src/globals.h:1043: error: ‘Fbyte_to_string’ declared as function returning a function | |
../src/globals.h:1044: error: ‘Fbyteorder’ declared as function returning a function | |
../src/globals.h:1045: error: ‘Fcall_interactively’ declared as function returning a function | |
../src/globals.h:1046: error: ‘Fcall_last_kbd_macro’ declared as function returning a function | |
../src/globals.h:1047: error: ‘Fcall_process’ declared as function returning a function | |
../src/globals.h:1048: error: ‘Fcall_process_region’ declared as function returning a function | |
../src/globals.h:1049: error: ‘Fcancel_kbd_macro_events’ declared as function returning a function | |
../src/globals.h:1050: error: ‘Fcapitalize’ declared as function returning a function | |
../src/globals.h:1051: error: ‘Fcapitalize_region’ declared as function returning a function | |
../src/globals.h:1052: error: ‘Fcapitalize_word’ declared as function returning a function | |
../src/globals.h:1053: error: ‘Fcar’ declared as function returning a function | |
../src/globals.h:1054: error: ‘Fcar_less_than_car’ declared as function returning a function | |
../src/globals.h:1055: error: ‘Fcar_safe’ declared as function returning a function | |
../src/globals.h:1056: error: ‘Fcase_table_p’ declared as function returning a function | |
../src/globals.h:1057: error: ‘Fcatch’ declared as function returning a function | |
../src/globals.h:1058: error: ‘Fcategory_docstring’ declared as function returning a function | |
../src/globals.h:1059: error: ‘Fcategory_set_mnemonics’ declared as function returning a function | |
../src/globals.h:1060: error: ‘Fcategory_table’ declared as function returning a function | |
../src/globals.h:1061: error: ‘Fcategory_table_p’ declared as function returning a function | |
../src/globals.h:1062: error: ‘Fccl_execute’ declared as function returning a function | |
../src/globals.h:1063: error: ‘Fccl_execute_on_string’ declared as function returning a function | |
../src/globals.h:1064: error: ‘Fccl_program_p’ declared as function returning a function | |
../src/globals.h:1065: error: ‘Fcdr’ declared as function returning a function | |
../src/globals.h:1066: error: ‘Fcdr_safe’ declared as function returning a function | |
../src/globals.h:1067: error: ‘Fceiling’ declared as function returning a function | |
../src/globals.h:1068: error: ‘Fchar_after’ declared as function returning a function | |
../src/globals.h:1069: error: ‘Fchar_before’ declared as function returning a function | |
../src/globals.h:1070: error: ‘Fchar_category_set’ declared as function returning a function | |
../src/globals.h:1071: error: ‘Fchar_charset’ declared as function returning a function | |
../src/globals.h:1072: error: ‘Fchar_equal’ declared as function returning a function | |
../src/globals.h:1073: error: ‘Fchar_or_string_p’ declared as function returning a function | |
../src/globals.h:1074: error: ‘Fchar_resolve_modifiers’ declared as function returning a function | |
../src/globals.h:1075: error: ‘Fchar_syntax’ declared as function returning a function | |
../src/globals.h:1076: error: ‘Fchar_table_extra_slot’ declared as function returning a function | |
../src/globals.h:1077: error: ‘Fchar_table_p’ declared as function returning a function | |
../src/globals.h:1078: error: ‘Fchar_table_parent’ declared as function returning a function | |
../src/globals.h:1079: error: ‘Fchar_table_range’ declared as function returning a function | |
../src/globals.h:1080: error: ‘Fchar_table_subtype’ declared as function returning a function | |
../src/globals.h:1081: error: ‘Fchar_to_string’ declared as function returning a function | |
../src/globals.h:1082: error: ‘Fchar_width’ declared as function returning a function | |
../src/globals.h:1083: error: ‘Fcharacterp’ declared as function returning a function | |
../src/globals.h:1084: error: ‘Fcharset_after’ declared as function returning a function | |
../src/globals.h:1085: error: ‘Fcharset_id_internal’ declared as function returning a function | |
../src/globals.h:1086: error: ‘Fcharset_plist’ declared as function returning a function | |
../src/globals.h:1087: error: ‘Fcharset_priority_list’ declared as function returning a function | |
../src/globals.h:1088: error: ‘Fcharsetp’ declared as function returning a function | |
../src/globals.h:1089: error: ‘Fcheck_coding_system’ declared as function returning a function | |
../src/globals.h:1090: error: ‘Fcheck_coding_systems_region’ declared as function returning a function | |
../src/globals.h:1091: error: ‘Fchoose_write_coding_system’ declared as function returning a function | |
../src/globals.h:1092: error: ‘Fclear_buffer_auto_save_failure’ declared as function returning a function | |
../src/globals.h:1093: error: ‘Fclear_charset_maps’ declared as function returning a function | |
../src/globals.h:1094: error: ‘Fclear_face_cache’ declared as function returning a function | |
../src/globals.h:1095: error: ‘Fclear_font_cache’ declared as function returning a function | |
../src/globals.h:1096: error: ‘Fclear_image_cache’ declared as function returning a function | |
../src/globals.h:1097: error: ‘Fclear_string’ declared as function returning a function | |
../src/globals.h:1098: error: ‘Fclear_this_command_keys’ declared as function returning a function | |
../src/globals.h:1099: error: ‘Fclose_font’ declared as function returning a function | |
../src/globals.h:1100: error: ‘Fclrhash’ declared as function returning a function | |
../src/globals.h:1101: error: ‘Fcoding_system_aliases’ declared as function returning a function | |
../src/globals.h:1102: error: ‘Fcoding_system_base’ declared as function returning a function | |
../src/globals.h:1103: error: ‘Fcoding_system_eol_type’ declared as function returning a function | |
../src/globals.h:1104: error: ‘Fcoding_system_p’ declared as function returning a function | |
../src/globals.h:1105: error: ‘Fcoding_system_plist’ declared as function returning a function | |
../src/globals.h:1106: error: ‘Fcoding_system_priority_list’ declared as function returning a function | |
../src/globals.h:1107: error: ‘Fcoding_system_put’ declared as function returning a function | |
../src/globals.h:1108: error: ‘Fcolor_distance’ declared as function returning a function | |
../src/globals.h:1109: error: ‘Fcolor_gray_p’ declared as function returning a function | |
../src/globals.h:1110: error: ‘Fcolor_supported_p’ declared as function returning a function | |
../src/globals.h:1111: error: ‘Fcombine_after_change_execute’ declared as function returning a function | |
../src/globals.h:1112: error: ‘Fcommand_remapping’ declared as function returning a function | |
../src/globals.h:1113: error: ‘Fcommandp’ declared as function returning a function | |
../src/globals.h:1114: error: ‘Fcompare_buffer_substrings’ declared as function returning a function | |
../src/globals.h:1115: error: ‘Fcompare_strings’ declared as function returning a function | |
../src/globals.h:1116: error: ‘Fcompare_window_configurations’ declared as function returning a function | |
../src/globals.h:1117: error: ‘Fcompleting_read’ declared as function returning a function | |
../src/globals.h:1118: error: ‘Fcompose_region_internal’ declared as function returning a function | |
../src/globals.h:1119: error: ‘Fcompose_string_internal’ declared as function returning a function | |
../src/globals.h:1120: error: ‘Fcomposition_get_gstring’ declared as function returning a function | |
../src/globals.h:1121: error: ‘Fcompute_motion’ declared as function returning a function | |
../src/globals.h:1122: error: ‘Fconcat’ declared as function returning a function | |
../src/globals.h:1123: error: ‘Fcond’ declared as function returning a function | |
../src/globals.h:1124: error: ‘Fcondition_case’ declared as function returning a function | |
../src/globals.h:1125: error: ‘Fcons’ declared as function returning a function | |
../src/globals.h:1126: error: ‘Fconsp’ declared as function returning a function | |
../src/globals.h:1127: error: ‘Fconstrain_to_field’ declared as function returning a function | |
../src/globals.h:1128: error: ‘Fcontinue_process’ declared as function returning a function | |
../src/globals.h:1129: error: ‘Fcontrolling_tty_p’ declared as function returning a function | |
../src/globals.h:1130: error: ‘Fcoordinates_in_window_p’ declared as function returning a function | |
../src/globals.h:1131: error: ‘Fcopy_alist’ declared as function returning a function | |
../src/globals.h:1132: error: ‘Fcopy_category_table’ declared as function returning a function | |
../src/globals.h:1133: error: ‘Fcopy_file’ declared as function returning a function | |
../src/globals.h:1134: error: ‘Fcopy_hash_table’ declared as function returning a function | |
../src/globals.h:1135: error: ‘Fcopy_keymap’ declared as function returning a function | |
../src/globals.h:1136: error: ‘Fcopy_marker’ declared as function returning a function | |
../src/globals.h:1137: error: ‘Fcopy_sequence’ declared as function returning a function | |
../src/globals.h:1138: error: ‘Fcopy_syntax_table’ declared as function returning a function | |
../src/globals.h:1139: error: ‘Fcopysign’ declared as function returning a function | |
../src/globals.h:1140: error: ‘Fcos’ declared as function returning a function | |
../src/globals.h:1141: error: ‘Fcurrent_active_maps’ declared as function returning a function | |
../src/globals.h:1142: error: ‘Fcurrent_bidi_paragraph_direction’ declared as function returning a function | |
../src/globals.h:1143: error: ‘Fcurrent_buffer’ declared as function returning a function | |
../src/globals.h:1144: error: ‘Fcurrent_case_table’ declared as function returning a function | |
../src/globals.h:1145: error: ‘Fcurrent_column’ declared as function returning a function | |
../src/globals.h:1146: error: ‘Fcurrent_global_map’ declared as function returning a function | |
../src/globals.h:1147: error: ‘Fcurrent_idle_time’ declared as function returning a function | |
../src/globals.h:1148: error: ‘Fcurrent_indentation’ declared as function returning a function | |
../src/globals.h:1149: error: ‘Fcurrent_input_mode’ declared as function returning a function | |
../src/globals.h:1150: error: ‘Fcurrent_local_map’ declared as function returning a function | |
../src/globals.h:1151: error: ‘Fcurrent_message’ declared as function returning a function | |
../src/globals.h:1152: error: ‘Fcurrent_minor_mode_maps’ declared as function returning a function | |
../src/globals.h:1153: error: ‘Fcurrent_time’ declared as function returning a function | |
../src/globals.h:1154: error: ‘Fcurrent_time_string’ declared as function returning a function | |
../src/globals.h:1155: error: ‘Fcurrent_time_zone’ declared as function returning a function | |
../src/globals.h:1156: error: ‘Fcurrent_window_configuration’ declared as function returning a function | |
../src/globals.h:1157: error: ‘Fdaemon_initialized’ declared as function returning a function | |
../src/globals.h:1158: error: ‘Fdaemonp’ declared as function returning a function | |
../src/globals.h:1159: error: ‘Fdbus_get_unique_name’ declared as function returning a function | |
../src/globals.h:1160: error: ‘Fdbus_init_bus’ declared as function returning a function | |
../src/globals.h:1161: error: ‘Fdbus_message_internal’ declared as function returning a function | |
../src/globals.h:1162: error: ‘Fdeclare_equiv_charset’ declared as function returning a function | |
../src/globals.h:1163: error: ‘Fdecode_big5_char’ declared as function returning a function | |
../src/globals.h:1164: error: ‘Fdecode_char’ declared as function returning a function | |
../src/globals.h:1165: error: ‘Fdecode_coding_region’ declared as function returning a function | |
../src/globals.h:1166: error: ‘Fdecode_coding_string’ declared as function returning a function | |
../src/globals.h:1167: error: ‘Fdecode_sjis_char’ declared as function returning a function | |
../src/globals.h:1168: error: ‘Fdecode_time’ declared as function returning a function | |
../src/globals.h:1169: error: ‘Fdefalias’ declared as function returning a function | |
../src/globals.h:1170: error: ‘Fdefault_boundp’ declared as function returning a function | |
../src/globals.h:1171: error: ‘Fdefault_file_modes’ declared as function returning a function | |
../src/globals.h:1172: error: ‘Fdefault_value’ declared as function returning a function | |
../src/globals.h:1173: error: ‘Fdefconst’ declared as function returning a function | |
../src/globals.h:1174: error: ‘Fdefine_category’ declared as function returning a function | |
../src/globals.h:1175: error: ‘Fdefine_charset_alias’ declared as function returning a function | |
../src/globals.h:1176: error: ‘Fdefine_charset_internal’ declared as function returning a function | |
../src/globals.h:1177: error: ‘Fdefine_coding_system_alias’ declared as function returning a function | |
../src/globals.h:1178: error: ‘Fdefine_coding_system_internal’ declared as function returning a function | |
../src/globals.h:1179: error: ‘Fdefine_fringe_bitmap’ declared as function returning a function | |
../src/globals.h:1180: error: ‘Fdefine_hash_table_test’ declared as function returning a function | |
../src/globals.h:1181: error: ‘Fdefine_key’ declared as function returning a function | |
../src/globals.h:1182: error: ‘Fdefine_prefix_command’ declared as function returning a function | |
../src/globals.h:1183: error: ‘Fdefvar’ declared as function returning a function | |
../src/globals.h:1184: error: ‘Fdefvaralias’ declared as function returning a function | |
../src/globals.h:1185: error: ‘Fdelete’ declared as function returning a function | |
../src/globals.h:1186: error: ‘Fdelete_all_overlays’ declared as function returning a function | |
../src/globals.h:1187: error: ‘Fdelete_and_extract_region’ declared as function returning a function | |
../src/globals.h:1188: error: ‘Fdelete_char’ declared as function returning a function | |
../src/globals.h:1189: error: ‘Fdelete_directory_internal’ declared as function returning a function | |
../src/globals.h:1190: error: ‘Fdelete_field’ declared as function returning a function | |
../src/globals.h:1191: error: ‘Fdelete_file’ declared as function returning a function | |
../src/globals.h:1192: error: ‘Fdelete_frame’ declared as function returning a function | |
../src/globals.h:1193: error: ‘Fdelete_other_windows_internal’ declared as function returning a function | |
../src/globals.h:1194: error: ‘Fdelete_overlay’ declared as function returning a function | |
../src/globals.h:1195: error: ‘Fdelete_process’ declared as function returning a function | |
../src/globals.h:1196: error: ‘Fdelete_region’ declared as function returning a function | |
../src/globals.h:1197: error: ‘Fdelete_terminal’ declared as function returning a function | |
../src/globals.h:1198: error: ‘Fdelete_window_internal’ declared as function returning a function | |
../src/globals.h:1199: error: ‘Fdelq’ declared as function returning a function | |
../src/globals.h:1200: error: ‘Fdescribe_buffer_bindings’ declared as function returning a function | |
../src/globals.h:1201: error: ‘Fdescribe_vector’ declared as function returning a function | |
../src/globals.h:1202: error: ‘Fdestroy_fringe_bitmap’ declared as function returning a function | |
../src/globals.h:1203: error: ‘Fdetect_coding_region’ declared as function returning a function | |
../src/globals.h:1204: error: ‘Fdetect_coding_string’ declared as function returning a function | |
../src/globals.h:1205: error: ‘Fding’ declared as function returning a function | |
../src/globals.h:1206: error: ‘Fdirectory_file_name’ declared as function returning a function | |
../src/globals.h:1207: error: ‘Fdirectory_files’ declared as function returning a function | |
../src/globals.h:1208: error: ‘Fdirectory_files_and_attributes’ declared as function returning a function | |
../src/globals.h:1209: error: ‘Fdiscard_input’ declared as function returning a function | |
../src/globals.h:1210: error: ‘Fdisplay_supports_face_attributes_p’ declared as function returning a function | |
../src/globals.h:1211: error: ‘Fdo_auto_save’ declared as function returning a function | |
../src/globals.h:1212: error: ‘Fdocumentation’ declared as function returning a function | |
../src/globals.h:1213: error: ‘Fdocumentation_property’ declared as function returning a function | |
../src/globals.h:1214: error: ‘Fdowncase’ declared as function returning a function | |
../src/globals.h:1215: error: ‘Fdowncase_region’ declared as function returning a function | |
../src/globals.h:1216: error: ‘Fdowncase_word’ declared as function returning a function | |
../src/globals.h:1217: error: ‘Fdraw_string’ declared as function returning a function | |
../src/globals.h:1218: error: ‘Fdump_colors’ declared as function returning a function | |
../src/globals.h:1219: error: ‘Fdump_emacs’ declared as function returning a function | |
../src/globals.h:1220: error: ‘Fdump_face’ declared as function returning a function | |
../src/globals.h:1221: error: ‘Fdump_frame_glyph_matrix’ declared as function returning a function | |
../src/globals.h:1222: error: ‘Fdump_glyph_matrix’ declared as function returning a function | |
../src/globals.h:1223: error: ‘Fdump_glyph_row’ declared as function returning a function | |
../src/globals.h:1224: error: ‘Fdump_redisplay_history’ declared as function returning a function | |
../src/globals.h:1225: error: ‘Fdump_tool_bar_row’ declared as function returning a function | |
../src/globals.h:1226: error: ‘Felt’ declared as function returning a function | |
../src/globals.h:1227: error: ‘Femacs_pid’ declared as function returning a function | |
../src/globals.h:1228: error: ‘Fencode_big5_char’ declared as function returning a function | |
../src/globals.h:1229: error: ‘Fencode_char’ declared as function returning a function | |
../src/globals.h:1230: error: ‘Fencode_coding_region’ declared as function returning a function | |
../src/globals.h:1231: error: ‘Fencode_coding_string’ declared as function returning a function | |
../src/globals.h:1232: error: ‘Fencode_sjis_char’ declared as function returning a function | |
../src/globals.h:1233: error: ‘Fencode_time’ declared as function returning a function | |
../src/globals.h:1234: error: ‘Fend_kbd_macro’ declared as function returning a function | |
../src/globals.h:1235: error: ‘Fend_of_line’ declared as function returning a function | |
../src/globals.h:1236: error: ‘Feobp’ declared as function returning a function | |
../src/globals.h:1237: error: ‘Feolp’ declared as function returning a function | |
../src/globals.h:1238: error: ‘Feq’ declared as function returning a function | |
../src/globals.h:1239: error: ‘Feql’ declared as function returning a function | |
../src/globals.h:1240: error: ‘Feqlsign’ declared as function returning a function | |
../src/globals.h:1241: error: ‘Fequal’ declared as function returning a function | |
../src/globals.h:1242: error: ‘Fequal_including_properties’ declared as function returning a function | |
../src/globals.h:1243: error: ‘Ferase_buffer’ declared as function returning a function | |
../src/globals.h:1244: error: ‘Ferror_message_string’ declared as function returning a function | |
../src/globals.h:1245: error: ‘Feval’ declared as function returning a function | |
../src/globals.h:1246: error: ‘Feval_buffer’ declared as function returning a function | |
../src/globals.h:1247: error: ‘Feval_region’ declared as function returning a function | |
../src/globals.h:1248: error: ‘Feval_scheme’ declared as function returning a function | |
../src/globals.h:1249: error: ‘Fevent_convert_list’ declared as function returning a function | |
../src/globals.h:1250: error: ‘Fevent_symbol_parse_modifiers’ declared as function returning a function | |
../src/globals.h:1251: error: ‘Fexecute_kbd_macro’ declared as function returning a function | |
../src/globals.h:1252: error: ‘Fexit_recursive_edit’ declared as function returning a function | |
../src/globals.h:1253: error: ‘Fexp’ declared as function returning a function | |
../src/globals.h:1254: error: ‘Fexpand_file_name’ declared as function returning a function | |
../src/globals.h:1255: error: ‘Fexpt’ declared as function returning a function | |
../src/globals.h:1256: error: ‘Fexternal_debugging_output’ declared as function returning a function | |
../src/globals.h:1257: error: ‘Fface_attribute_relative_p’ declared as function returning a function | |
../src/globals.h:1258: error: ‘Fface_attributes_as_vector’ declared as function returning a function | |
../src/globals.h:1259: error: ‘Fface_font’ declared as function returning a function | |
../src/globals.h:1260: error: ‘Ffboundp’ declared as function returning a function | |
../src/globals.h:1261: error: ‘Ffceiling’ declared as function returning a function | |
../src/globals.h:1262: error: ‘Ffeaturep’ declared as function returning a function | |
../src/globals.h:1263: error: ‘Ffetch_bytecode’ declared as function returning a function | |
../src/globals.h:1264: error: ‘Fffloor’ declared as function returning a function | |
../src/globals.h:1265: error: ‘Ffield_beginning’ declared as function returning a function | |
../src/globals.h:1266: error: ‘Ffield_end’ declared as function returning a function | |
../src/globals.h:1267: error: ‘Ffield_string’ declared as function returning a function | |
../src/globals.h:1268: error: ‘Ffield_string_no_properties’ declared as function returning a function | |
../src/globals.h:1269: error: ‘Ffile_accessible_directory_p’ declared as function returning a function | |
../src/globals.h:1270: error: ‘Ffile_acl’ declared as function returning a function | |
../src/globals.h:1271: error: ‘Ffile_attributes’ declared as function returning a function | |
../src/globals.h:1272: error: ‘Ffile_attributes_lessp’ declared as function returning a function | |
../src/globals.h:1273: error: ‘Ffile_directory_p’ declared as function returning a function | |
../src/globals.h:1274: error: ‘Ffile_executable_p’ declared as function returning a function | |
../src/globals.h:1275: error: ‘Ffile_exists_p’ declared as function returning a function | |
../src/globals.h:1276: error: ‘Ffile_locked_p’ declared as function returning a function | |
../src/globals.h:1277: error: ‘Ffile_modes’ declared as function returning a function | |
../src/globals.h:1278: error: ‘Ffile_name_absolute_p’ declared as function returning a function | |
../src/globals.h:1279: error: ‘Ffile_name_all_completions’ declared as function returning a function | |
../src/globals.h:1280: error: ‘Ffile_name_as_directory’ declared as function returning a function | |
../src/globals.h:1281: error: ‘Ffile_name_completion’ declared as function returning a function | |
../src/globals.h:1282: error: ‘Ffile_name_directory’ declared as function returning a function | |
../src/globals.h:1283: error: ‘Ffile_name_nondirectory’ declared as function returning a function | |
../src/globals.h:1284: error: ‘Ffile_newer_than_file_p’ declared as function returning a function | |
../src/globals.h:1285: error: ‘Ffile_readable_p’ declared as function returning a function | |
../src/globals.h:1286: error: ‘Ffile_regular_p’ declared as function returning a function | |
../src/globals.h:1287: error: ‘Ffile_selinux_context’ declared as function returning a function | |
../src/globals.h:1288: error: ‘Ffile_symlink_p’ declared as function returning a function | |
../src/globals.h:1289: error: ‘Ffile_writable_p’ declared as function returning a function | |
../src/globals.h:1290: error: ‘Ffillarray’ declared as function returning a function | |
../src/globals.h:1291: error: ‘Ffind_charset_region’ declared as function returning a function | |
../src/globals.h:1292: error: ‘Ffind_charset_string’ declared as function returning a function | |
../src/globals.h:1293: error: ‘Ffind_coding_systems_region_internal’ declared as function returning a function | |
../src/globals.h:1294: error: ‘Ffind_composition_internal’ declared as function returning a function | |
../src/globals.h:1295: error: ‘Ffind_file_name_handler’ declared as function returning a function | |
../src/globals.h:1296: error: ‘Ffind_font’ declared as function returning a function | |
../src/globals.h:1297: error: ‘Ffind_operation_coding_system’ declared as function returning a function | |
../src/globals.h:1298: error: ‘Ffloat’ declared as function returning a function | |
../src/globals.h:1299: error: ‘Ffloat_time’ declared as function returning a function | |
../src/globals.h:1300: error: ‘Ffloatp’ declared as function returning a function | |
../src/globals.h:1301: error: ‘Ffloor’ declared as function returning a function | |
../src/globals.h:1302: error: ‘Ffmakunbound’ declared as function returning a function | |
../src/globals.h:1303: error: ‘Ffollowing_char’ declared as function returning a function | |
../src/globals.h:1304: error: ‘Ffont_at’ declared as function returning a function | |
../src/globals.h:1305: error: ‘Ffont_drive_otf’ declared as function returning a function | |
../src/globals.h:1306: error: ‘Ffont_face_attributes’ declared as function returning a function | |
../src/globals.h:1307: error: ‘Ffont_family_list’ declared as function returning a function | |
../src/globals.h:1308: error: ‘Ffont_get’ declared as function returning a function | |
../src/globals.h:1309: error: ‘Ffont_get_glyphs’ declared as function returning a function | |
../src/globals.h:1310: error: ‘Ffont_get_system_font’ declared as function returning a function | |
../src/globals.h:1311: error: ‘Ffont_get_system_normal_font’ declared as function returning a function | |
../src/globals.h:1312: error: ‘Ffont_info’ declared as function returning a function | |
../src/globals.h:1313: error: ‘Ffont_match_p’ declared as function returning a function | |
../src/globals.h:1314: error: ‘Ffont_otf_alternates’ declared as function returning a function | |
../src/globals.h:1315: error: ‘Ffont_put’ declared as function returning a function | |
../src/globals.h:1316: error: ‘Ffont_shape_gstring’ declared as function returning a function | |
../src/globals.h:1317: error: ‘Ffont_spec’ declared as function returning a function | |
../src/globals.h:1318: error: ‘Ffont_variation_glyphs’ declared as function returning a function | |
../src/globals.h:1319: error: ‘Ffont_xlfd_name’ declared as function returning a function | |
../src/globals.h:1320: error: ‘Ffontp’ declared as function returning a function | |
../src/globals.h:1321: error: ‘Ffontset_font’ declared as function returning a function | |
../src/globals.h:1322: error: ‘Ffontset_info’ declared as function returning a function | |
../src/globals.h:1323: error: ‘Ffontset_list’ declared as function returning a function | |
../src/globals.h:1324: error: ‘Ffontset_list_all’ declared as function returning a function | |
../src/globals.h:1325: error: ‘Fforce_window_update’ declared as function returning a function | |
../src/globals.h:1326: error: ‘Fformat’ declared as function returning a function | |
../src/globals.h:1327: error: ‘Fformat_mode_line’ declared as function returning a function | |
../src/globals.h:1328: error: ‘Fformat_network_address’ declared as function returning a function | |
../src/globals.h:1329: error: ‘Fformat_time_string’ declared as function returning a function | |
../src/globals.h:1330: error: ‘Fforward_char’ declared as function returning a function | |
../src/globals.h:1331: error: ‘Fforward_comment’ declared as function returning a function | |
../src/globals.h:1332: error: ‘Fforward_line’ declared as function returning a function | |
../src/globals.h:1333: error: ‘Fforward_point’ declared as function returning a function | |
../src/globals.h:1334: error: ‘Fforward_word’ declared as function returning a function | |
../src/globals.h:1335: error: ‘Fframe_char_height’ declared as function returning a function | |
../src/globals.h:1336: error: ‘Fframe_char_width’ declared as function returning a function | |
../src/globals.h:1337: error: ‘Fframe_face_alist’ declared as function returning a function | |
../src/globals.h:1338: error: ‘Fframe_first_window’ declared as function returning a function | |
../src/globals.h:1339: error: ‘Fframe_focus’ declared as function returning a function | |
../src/globals.h:1340: error: ‘Fframe_list’ declared as function returning a function | |
../src/globals.h:1341: error: ‘Fframe_live_p’ declared as function returning a function | |
../src/globals.h:1342: error: ‘Fframe_or_buffer_changed_p’ declared as function returning a function | |
../src/globals.h:1343: error: ‘Fframe_parameter’ declared as function returning a function | |
../src/globals.h:1344: error: ‘Fframe_parameters’ declared as function returning a function | |
../src/globals.h:1345: error: ‘Fframe_pixel_height’ declared as function returning a function | |
../src/globals.h:1346: error: ‘Fframe_pixel_width’ declared as function returning a function | |
../src/globals.h:1347: error: ‘Fframe_pointer_visible_p’ declared as function returning a function | |
../src/globals.h:1348: error: ‘Fframe_root_window’ declared as function returning a function | |
../src/globals.h:1349: error: ‘Fframe_selected_window’ declared as function returning a function | |
../src/globals.h:1350: error: ‘Fframe_terminal’ declared as function returning a function | |
../src/globals.h:1351: error: ‘Fframe_visible_p’ declared as function returning a function | |
../src/globals.h:1352: error: ‘Fframep’ declared as function returning a function | |
../src/globals.h:1353: error: ‘Ffrexp’ declared as function returning a function | |
../src/globals.h:1354: error: ‘Ffringe_bitmaps_at_pos’ declared as function returning a function | |
../src/globals.h:1355: error: ‘Ffround’ declared as function returning a function | |
../src/globals.h:1356: error: ‘Ffset’ declared as function returning a function | |
../src/globals.h:1357: error: ‘Fftruncate’ declared as function returning a function | |
../src/globals.h:1358: error: ‘Ffuncall’ declared as function returning a function | |
../src/globals.h:1359: error: ‘Ffunction’ declared as function returning a function | |
../src/globals.h:1360: error: ‘Ffunction_equal’ declared as function returning a function | |
../src/globals.h:1361: error: ‘Ffunctionp’ declared as function returning a function | |
../src/globals.h:1362: error: ‘Fgap_position’ declared as function returning a function | |
../src/globals.h:1363: error: ‘Fgap_size’ declared as function returning a function | |
../src/globals.h:1364: error: ‘Fgarbage_collect’ declared as function returning a function | |
../src/globals.h:1365: error: ‘Fgenerate_new_buffer_name’ declared as function returning a function | |
../src/globals.h:1366: error: ‘Fgeq’ declared as function returning a function | |
../src/globals.h:1367: error: ‘Fget’ declared as function returning a function | |
../src/globals.h:1368: error: ‘Fget_buffer’ declared as function returning a function | |
../src/globals.h:1369: error: ‘Fget_buffer_create’ declared as function returning a function | |
../src/globals.h:1370: error: ‘Fget_buffer_process’ declared as function returning a function | |
../src/globals.h:1371: error: ‘Fget_buffer_window’ declared as function returning a function | |
../src/globals.h:1372: error: ‘Fget_byte’ declared as function returning a function | |
../src/globals.h:1373: error: ‘Fget_char_property’ declared as function returning a function | |
../src/globals.h:1374: error: ‘Fget_char_property_and_overlay’ declared as function returning a function | |
../src/globals.h:1375: error: ‘Fget_file_buffer’ declared as function returning a function | |
../src/globals.h:1376: error: ‘Fget_file_char’ declared as function returning a function | |
../src/globals.h:1377: error: ‘Fget_internal_run_time’ declared as function returning a function | |
../src/globals.h:1378: error: ‘Fget_load_suffixes’ declared as function returning a function | |
../src/globals.h:1379: error: ‘Fget_process’ declared as function returning a function | |
../src/globals.h:1380: error: ‘Fget_text_property’ declared as function returning a function | |
../src/globals.h:1381: error: ‘Fget_unicode_property_internal’ declared as function returning a function | |
../src/globals.h:1382: error: ‘Fget_unused_category’ declared as function returning a function | |
../src/globals.h:1383: error: ‘Fget_unused_iso_final_char’ declared as function returning a function | |
../src/globals.h:1384: error: ‘Fgetenv_internal’ declared as function returning a function | |
../src/globals.h:1385: error: ‘Fgethash’ declared as function returning a function | |
../src/globals.h:1386: error: ‘Fgfile_add_watch’ declared as function returning a function | |
../src/globals.h:1387: error: ‘Fgfile_rm_watch’ declared as function returning a function | |
../src/globals.h:1388: error: ‘Fglobal_key_binding’ declared as function returning a function | |
../src/globals.h:1389: error: ‘Fgnutls_available_p’ declared as function returning a function | |
../src/globals.h:1390: error: ‘Fgnutls_boot’ declared as function returning a function | |
../src/globals.h:1391: error: ‘Fgnutls_bye’ declared as function returning a function | |
../src/globals.h:1392: error: ‘Fgnutls_deinit’ declared as function returning a function | |
../src/globals.h:1393: error: ‘Fgnutls_error_fatalp’ declared as function returning a function | |
../src/globals.h:1394: error: ‘Fgnutls_error_string’ declared as function returning a function | |
../src/globals.h:1395: error: ‘Fgnutls_errorp’ declared as function returning a function | |
../src/globals.h:1396: error: ‘Fgnutls_get_initstage’ declared as function returning a function | |
../src/globals.h:1397: error: ‘Fgoto_char’ declared as function returning a function | |
../src/globals.h:1398: error: ‘Fgpm_mouse_start’ declared as function returning a function | |
../src/globals.h:1399: error: ‘Fgpm_mouse_stop’ declared as function returning a function | |
../src/globals.h:1400: error: ‘Fgroup_gid’ declared as function returning a function | |
../src/globals.h:1401: error: ‘Fgroup_real_gid’ declared as function returning a function | |
../src/globals.h:1402: error: ‘Fgtr’ declared as function returning a function | |
../src/globals.h:1403: error: ‘Fhandle_save_session’ declared as function returning a function | |
../src/globals.h:1404: error: ‘Fhandle_switch_frame’ declared as function returning a function | |
../src/globals.h:1405: error: ‘Fhash_table_count’ declared as function returning a function | |
../src/globals.h:1406: error: ‘Fhash_table_p’ declared as function returning a function | |
../src/globals.h:1407: error: ‘Fhash_table_rehash_size’ declared as function returning a function | |
../src/globals.h:1408: error: ‘Fhash_table_rehash_threshold’ declared as function returning a function | |
../src/globals.h:1409: error: ‘Fhash_table_size’ declared as function returning a function | |
../src/globals.h:1410: error: ‘Fhash_table_test’ declared as function returning a function | |
../src/globals.h:1411: error: ‘Fhash_table_weakness’ declared as function returning a function | |
../src/globals.h:1412: error: ‘Ficonify_frame’ declared as function returning a function | |
../src/globals.h:1413: error: ‘Fidentity’ declared as function returning a function | |
../src/globals.h:1414: error: ‘Fif’ declared as function returning a function | |
../src/globals.h:1415: error: ‘Fimage_flush’ declared as function returning a function | |
../src/globals.h:1416: error: ‘Fimage_mask_p’ declared as function returning a function | |
../src/globals.h:1417: error: ‘Fimage_metadata’ declared as function returning a function | |
../src/globals.h:1418: error: ‘Fimage_size’ declared as function returning a function | |
../src/globals.h:1419: error: ‘Fimagemagick_types’ declared as function returning a function | |
../src/globals.h:1420: error: ‘Fimagep’ declared as function returning a function | |
../src/globals.h:1421: error: ‘Findent_to’ declared as function returning a function | |
../src/globals.h:1422: error: ‘Findirect_function’ declared as function returning a function | |
../src/globals.h:1423: error: ‘Findirect_variable’ declared as function returning a function | |
../src/globals.h:1424: error: ‘Finit_image_library’ declared as function returning a function | |
../src/globals.h:1425: error: ‘Finput_pending_p’ declared as function returning a function | |
../src/globals.h:1426: error: ‘Finsert’ declared as function returning a function | |
../src/globals.h:1427: error: ‘Finsert_and_inherit’ declared as function returning a function | |
../src/globals.h:1428: error: ‘Finsert_and_inherit_before_markers’ declared as function returning a function | |
../src/globals.h:1429: error: ‘Finsert_before_markers’ declared as function returning a function | |
../src/globals.h:1430: error: ‘Finsert_buffer_substring’ declared as function returning a function | |
../src/globals.h:1431: error: ‘Finsert_byte’ declared as function returning a function | |
../src/globals.h:1432: error: ‘Finsert_char’ declared as function returning a function | |
../src/globals.h:1433: error: ‘Finsert_file_contents’ declared as function returning a function | |
../src/globals.h:1434: error: ‘Finteger_or_marker_p’ declared as function returning a function | |
../src/globals.h:1435: error: ‘Fintegerp’ declared as function returning a function | |
../src/globals.h:1436: error: ‘Finteractive’ declared as function returning a function | |
../src/globals.h:1437: error: ‘Finteractive_form’ declared as function returning a function | |
../src/globals.h:1438: error: ‘Fintern’ declared as function returning a function | |
../src/globals.h:1439: error: ‘Fintern_soft’ declared as function returning a function | |
../src/globals.h:1440: error: ‘Finternal_char_font’ declared as function returning a function | |
../src/globals.h:1441: error: ‘Finternal_complete_buffer’ declared as function returning a function | |
../src/globals.h:1442: error: ‘Finternal_copy_lisp_face’ declared as function returning a function | |
../src/globals.h:1443: error: ‘Finternal_default_process_filter’ declared as function returning a function | |
../src/globals.h:1444: error: ‘Finternal_default_process_sentinel’ declared as function returning a function | |
../src/globals.h:1445: error: ‘Finternal_describe_syntax_value’ declared as function returning a function | |
../src/globals.h:1446: error: ‘Finternal_face_x_get_resource’ declared as function returning a function | |
../src/globals.h:1447: error: ‘Finternal_get_lisp_face_attribute’ declared as function returning a function | |
../src/globals.h:1448: error: ‘Finternal_lisp_face_attribute_values’ declared as function returning a function | |
../src/globals.h:1449: error: ‘Finternal_lisp_face_empty_p’ declared as function returning a function | |
../src/globals.h:1450: error: ‘Finternal_lisp_face_equal_p’ declared as function returning a function | |
../src/globals.h:1451: error: ‘Finternal_lisp_face_p’ declared as function returning a function | |
../src/globals.h:1452: error: ‘Finternal_make_lisp_face’ declared as function returning a function | |
../src/globals.h:1453: error: ‘Finternal_merge_in_global_face’ declared as function returning a function | |
../src/globals.h:1454: error: ‘Finternal_set_alternative_font_family_alist’ declared as function returning a function | |
../src/globals.h:1455: error: ‘Finternal_set_alternative_font_registry_alist’ declared as function returning a function | |
../src/globals.h:1456: error: ‘Finternal_set_font_selection_order’ declared as function returning a function | |
../src/globals.h:1457: error: ‘Finternal_set_lisp_face_attribute’ declared as function returning a function | |
../src/globals.h:1458: error: ‘Finternal_set_lisp_face_attribute_from_resource’ declared as function returning a function | |
../src/globals.h:1459: error: ‘Finternal_show_cursor’ declared as function returning a function | |
../src/globals.h:1460: error: ‘Finternal_show_cursor_p’ declared as function returning a function | |
../src/globals.h:1461: error: ‘Finterrupt_process’ declared as function returning a function | |
../src/globals.h:1462: error: ‘Finvisible_p’ declared as function returning a function | |
../src/globals.h:1463: error: ‘Finvocation_directory’ declared as function returning a function | |
../src/globals.h:1464: error: ‘Finvocation_name’ declared as function returning a function | |
../src/globals.h:1465: error: ‘Fisnan’ declared as function returning a function | |
../src/globals.h:1466: error: ‘Fiso_charset’ declared as function returning a function | |
../src/globals.h:1467: error: ‘Fkey_binding’ declared as function returning a function | |
../src/globals.h:1468: error: ‘Fkey_description’ declared as function returning a function | |
../src/globals.h:1469: error: ‘Fkeyboard_coding_system’ declared as function returning a function | |
../src/globals.h:1470: error: ‘Fkeymap_parent’ declared as function returning a function | |
../src/globals.h:1471: error: ‘Fkeymap_prompt’ declared as function returning a function | |
../src/globals.h:1472: error: ‘Fkeymapp’ declared as function returning a function | |
../src/globals.h:1473: error: ‘Fkeywordp’ declared as function returning a function | |
../src/globals.h:1474: error: ‘Fkill_all_local_variables’ declared as function returning a function | |
../src/globals.h:1475: error: ‘Fkill_buffer’ declared as function returning a function | |
../src/globals.h:1476: error: ‘Fkill_emacs’ declared as function returning a function | |
../src/globals.h:1477: error: ‘Fkill_local_variable’ declared as function returning a function | |
../src/globals.h:1478: error: ‘Fkill_process’ declared as function returning a function | |
../src/globals.h:1479: error: ‘Flast_nonminibuf_frame’ declared as function returning a function | |
../src/globals.h:1480: error: ‘Flax_plist_get’ declared as function returning a function | |
../src/globals.h:1481: error: ‘Flax_plist_put’ declared as function returning a function | |
../src/globals.h:1482: error: ‘Fldexp’ declared as function returning a function | |
../src/globals.h:1483: error: ‘Flength’ declared as function returning a function | |
../src/globals.h:1484: error: ‘Fleq’ declared as function returning a function | |
../src/globals.h:1485: error: ‘Flet’ declared as function returning a function | |
../src/globals.h:1486: error: ‘FletX’ declared as function returning a function | |
../src/globals.h:1487: error: ‘Flibxml_parse_html_region’ declared as function returning a function | |
../src/globals.h:1488: error: ‘Flibxml_parse_xml_region’ declared as function returning a function | |
../src/globals.h:1489: error: ‘Fline_beginning_position’ declared as function returning a function | |
../src/globals.h:1490: error: ‘Fline_end_position’ declared as function returning a function | |
../src/globals.h:1491: error: ‘Fline_pixel_height’ declared as function returning a function | |
../src/globals.h:1492: error: ‘Flist’ declared as function returning a function | |
../src/globals.h:1493: error: ‘Flist_fonts’ declared as function returning a function | |
../src/globals.h:1494: error: ‘Flist_system_processes’ declared as function returning a function | |
../src/globals.h:1495: error: ‘Flistp’ declared as function returning a function | |
../src/globals.h:1496: error: ‘Fload’ declared as function returning a function | |
../src/globals.h:1497: error: ‘Fload_average’ declared as function returning a function | |
../src/globals.h:1498: error: ‘Flocal_key_binding’ declared as function returning a function | |
../src/globals.h:1499: error: ‘Flocal_variable_if_set_p’ declared as function returning a function | |
../src/globals.h:1500: error: ‘Flocal_variable_p’ declared as function returning a function | |
../src/globals.h:1501: error: ‘Flocale_info’ declared as function returning a function | |
../src/globals.h:1502: error: ‘Flocate_file_internal’ declared as function returning a function | |
../src/globals.h:1503: error: ‘Flock_buffer’ declared as function returning a function | |
../src/globals.h:1504: error: ‘Flog’ declared as function returning a function | |
../src/globals.h:1505: error: ‘Flogand’ declared as function returning a function | |
../src/globals.h:1506: error: ‘Flogb’ declared as function returning a function | |
../src/globals.h:1507: error: ‘Flogior’ declared as function returning a function | |
../src/globals.h:1508: error: ‘Flognot’ declared as function returning a function | |
../src/globals.h:1509: error: ‘Flogxor’ declared as function returning a function | |
../src/globals.h:1510: error: ‘Flooking_at’ declared as function returning a function | |
../src/globals.h:1511: error: ‘Flookup_image’ declared as function returning a function | |
../src/globals.h:1512: error: ‘Flookup_image_map’ declared as function returning a function | |
../src/globals.h:1513: error: ‘Flookup_key’ declared as function returning a function | |
../src/globals.h:1514: error: ‘Flower_frame’ declared as function returning a function | |
../src/globals.h:1515: error: ‘Flsh’ declared as function returning a function | |
../src/globals.h:1516: error: ‘Flss’ declared as function returning a function | |
../src/globals.h:1517: error: ‘Fmacroexpand’ declared as function returning a function | |
../src/globals.h:1518: error: ‘Fmake_bool_vector’ declared as function returning a function | |
../src/globals.h:1519: error: ‘Fmake_byte_code’ declared as function returning a function | |
../src/globals.h:1520: error: ‘Fmake_category_set’ declared as function returning a function | |
../src/globals.h:1521: error: ‘Fmake_category_table’ declared as function returning a function | |
../src/globals.h:1522: error: ‘Fmake_char’ declared as function returning a function | |
../src/globals.h:1523: error: ‘Fmake_char_table’ declared as function returning a function | |
../src/globals.h:1524: error: ‘Fmake_directory_internal’ declared as function returning a function | |
../src/globals.h:1525: error: ‘Fmake_frame_invisible’ declared as function returning a function | |
../src/globals.h:1526: error: ‘Fmake_frame_visible’ declared as function returning a function | |
../src/globals.h:1527: error: ‘Fmake_hash_table’ declared as function returning a function | |
../src/globals.h:1528: error: ‘Fmake_indirect_buffer’ declared as function returning a function | |
../src/globals.h:1529: error: ‘Fmake_keymap’ declared as function returning a function | |
../src/globals.h:1530: error: ‘Fmake_list’ declared as function returning a function | |
../src/globals.h:1531: error: ‘Fmake_local_variable’ declared as function returning a function | |
../src/globals.h:1532: error: ‘Fmake_marker’ declared as function returning a function | |
../src/globals.h:1533: error: ‘Fmake_network_process’ declared as function returning a function | |
../src/globals.h:1534: error: ‘Fmake_overlay’ declared as function returning a function | |
../src/globals.h:1535: error: ‘Fmake_serial_process’ declared as function returning a function | |
../src/globals.h:1536: error: ‘Fmake_sparse_keymap’ declared as function returning a function | |
../src/globals.h:1537: error: ‘Fmake_string’ declared as function returning a function | |
../src/globals.h:1538: error: ‘Fmake_symbol’ declared as function returning a function | |
../src/globals.h:1539: error: ‘Fmake_symbolic_link’ declared as function returning a function | |
../src/globals.h:1540: error: ‘Fmake_temp_name’ declared as function returning a function | |
../src/globals.h:1541: error: ‘Fmake_terminal_frame’ declared as function returning a function | |
../src/globals.h:1542: error: ‘Fmake_var_non_special’ declared as function returning a function | |
../src/globals.h:1543: error: ‘Fmake_variable_buffer_local’ declared as function returning a function | |
../src/globals.h:1544: error: ‘Fmake_variable_frame_local’ declared as function returning a function | |
../src/globals.h:1545: error: ‘Fmake_vector’ declared as function returning a function | |
../src/globals.h:1546: error: ‘Fmakunbound’ declared as function returning a function | |
../src/globals.h:1547: error: ‘Fmap_char_table’ declared as function returning a function | |
../src/globals.h:1548: error: ‘Fmap_charset_chars’ declared as function returning a function | |
../src/globals.h:1549: error: ‘Fmap_keymap’ declared as function returning a function | |
../src/globals.h:1550: error: ‘Fmap_keymap_internal’ declared as function returning a function | |
../src/globals.h:1551: error: ‘Fmapatoms’ declared as function returning a function | |
../src/globals.h:1552: error: ‘Fmapc’ declared as function returning a function | |
../src/globals.h:1553: error: ‘Fmapcar’ declared as function returning a function | |
../src/globals.h:1554: error: ‘Fmapconcat’ declared as function returning a function | |
../src/globals.h:1555: error: ‘Fmaphash’ declared as function returning a function | |
../src/globals.h:1556: error: ‘Fmark_marker’ declared as function returning a function | |
../src/globals.h:1557: error: ‘Fmarker_buffer’ declared as function returning a function | |
../src/globals.h:1558: error: ‘Fmarker_insertion_type’ declared as function returning a function | |
../src/globals.h:1559: error: ‘Fmarker_position’ declared as function returning a function | |
../src/globals.h:1560: error: ‘Fmarkerp’ declared as function returning a function | |
../src/globals.h:1561: error: ‘Fmatch_beginning’ declared as function returning a function | |
../src/globals.h:1562: error: ‘Fmatch_data’ declared as function returning a function | |
../src/globals.h:1563: error: ‘Fmatch_end’ declared as function returning a function | |
../src/globals.h:1564: error: ‘Fmatching_paren’ declared as function returning a function | |
../src/globals.h:1565: error: ‘Fmax’ declared as function returning a function | |
../src/globals.h:1566: error: ‘Fmax_char’ declared as function returning a function | |
../src/globals.h:1567: error: ‘Fmd5’ declared as function returning a function | |
../src/globals.h:1568: error: ‘Fmember’ declared as function returning a function | |
../src/globals.h:1569: error: ‘Fmemq’ declared as function returning a function | |
../src/globals.h:1570: error: ‘Fmemql’ declared as function returning a function | |
../src/globals.h:1571: error: ‘Fmenu_or_popup_active_p’ declared as function returning a function | |
../src/globals.h:1572: error: ‘Fmerge_face_attribute’ declared as function returning a function | |
../src/globals.h:1573: error: ‘Fmessage’ declared as function returning a function | |
../src/globals.h:1574: error: ‘Fmessage_box’ declared as function returning a function | |
../src/globals.h:1575: error: ‘Fmessage_or_box’ declared as function returning a function | |
../src/globals.h:1576: error: ‘Fmin’ declared as function returning a function | |
../src/globals.h:1577: error: ‘Fminibuffer_completion_contents’ declared as function returning a function | |
../src/globals.h:1578: error: ‘Fminibuffer_contents’ declared as function returning a function | |
../src/globals.h:1579: error: ‘Fminibuffer_contents_no_properties’ declared as function returning a function | |
../src/globals.h:1580: error: ‘Fminibuffer_depth’ declared as function returning a function | |
../src/globals.h:1581: error: ‘Fminibuffer_prompt’ declared as function returning a function | |
../src/globals.h:1582: error: ‘Fminibuffer_prompt_end’ declared as function returning a function | |
../src/globals.h:1583: error: ‘Fminibuffer_selected_window’ declared as function returning a function | |
../src/globals.h:1584: error: ‘Fminibuffer_window’ declared as function returning a function | |
../src/globals.h:1585: error: ‘Fminibufferp’ declared as function returning a function | |
../src/globals.h:1586: error: ‘Fminor_mode_key_binding’ declared as function returning a function | |
../src/globals.h:1587: error: ‘Fminus’ declared as function returning a function | |
../src/globals.h:1588: error: ‘Fmod’ declared as function returning a function | |
../src/globals.h:1589: error: ‘Fmodify_category_entry’ declared as function returning a function | |
../src/globals.h:1590: error: ‘Fmodify_frame_parameters’ declared as function returning a function | |
../src/globals.h:1591: error: ‘Fmodify_syntax_entry’ declared as function returning a function | |
../src/globals.h:1592: error: ‘Fmouse_pixel_position’ declared as function returning a function | |
../src/globals.h:1593: error: ‘Fmouse_position’ declared as function returning a function | |
../src/globals.h:1594: error: ‘Fmove_overlay’ declared as function returning a function | |
../src/globals.h:1595: error: ‘Fmove_point_visually’ declared as function returning a function | |
../src/globals.h:1596: error: ‘Fmove_to_column’ declared as function returning a function | |
../src/globals.h:1597: error: ‘Fmove_to_window_line’ declared as function returning a function | |
../src/globals.h:1598: error: ‘Fmultibyte_char_to_unibyte’ declared as function returning a function | |
../src/globals.h:1599: error: ‘Fmultibyte_string_p’ declared as function returning a function | |
../src/globals.h:1600: error: ‘Fnarrow_to_region’ declared as function returning a function | |
../src/globals.h:1601: error: ‘Fnatnump’ declared as function returning a function | |
../src/globals.h:1602: error: ‘Fnconc’ declared as function returning a function | |
../src/globals.h:1603: error: ‘Fneq’ declared as function returning a function | |
../src/globals.h:1604: error: ‘Fnetwork_interface_info’ declared as function returning a function | |
../src/globals.h:1605: error: ‘Fnetwork_interface_list’ declared as function returning a function | |
../src/globals.h:1606: error: ‘Fnew_fontset’ declared as function returning a function | |
../src/globals.h:1607: error: ‘Fnext_char_property_change’ declared as function returning a function | |
../src/globals.h:1608: error: ‘Fnext_frame’ declared as function returning a function | |
../src/globals.h:1609: error: ‘Fnext_overlay_change’ declared as function returning a function | |
../src/globals.h:1610: error: ‘Fnext_property_change’ declared as function returning a function | |
../src/globals.h:1611: error: ‘Fnext_read_file_uses_dialog_p’ declared as function returning a function | |
../src/globals.h:1612: error: ‘Fnext_single_char_property_change’ declared as function returning a function | |
../src/globals.h:1613: error: ‘Fnext_single_property_change’ declared as function returning a function | |
../src/globals.h:1614: error: ‘Fnext_window’ declared as function returning a function | |
../src/globals.h:1615: error: ‘Fnlistp’ declared as function returning a function | |
../src/globals.h:1616: error: ‘Fnreverse’ declared as function returning a function | |
../src/globals.h:1617: error: ‘Fnth’ declared as function returning a function | |
../src/globals.h:1618: error: ‘Fnthcdr’ declared as function returning a function | |
../src/globals.h:1619: error: ‘Fnull’ declared as function returning a function | |
../src/globals.h:1620: error: ‘Fnumber_or_marker_p’ declared as function returning a function | |
../src/globals.h:1621: error: ‘Fnumber_to_string’ declared as function returning a function | |
../src/globals.h:1622: error: ‘Fnumberp’ declared as function returning a function | |
../src/globals.h:1623: error: ‘Fopen_dribble_file’ declared as function returning a function | |
../src/globals.h:1624: error: ‘Fopen_font’ declared as function returning a function | |
../src/globals.h:1625: error: ‘Fopen_termscript’ declared as function returning a function | |
../src/globals.h:1626: error: ‘Foptimize_char_table’ declared as function returning a function | |
../src/globals.h:1627: error: ‘For’ declared as function returning a function | |
../src/globals.h:1628: error: ‘Fother_buffer’ declared as function returning a function | |
../src/globals.h:1629: error: ‘Fother_window_for_scrolling’ declared as function returning a function | |
../src/globals.h:1630: error: ‘Foverlay_buffer’ declared as function returning a function | |
../src/globals.h:1631: error: ‘Foverlay_end’ declared as function returning a function | |
../src/globals.h:1632: error: ‘Foverlay_get’ declared as function returning a function | |
../src/globals.h:1633: error: ‘Foverlay_lists’ declared as function returning a function | |
../src/globals.h:1634: error: ‘Foverlay_properties’ declared as function returning a function | |
../src/globals.h:1635: error: ‘Foverlay_put’ declared as function returning a function | |
../src/globals.h:1636: error: ‘Foverlay_recenter’ declared as function returning a function | |
../src/globals.h:1637: error: ‘Foverlay_start’ declared as function returning a function | |
../src/globals.h:1638: error: ‘Foverlayp’ declared as function returning a function | |
../src/globals.h:1639: error: ‘Foverlays_at’ declared as function returning a function | |
../src/globals.h:1640: error: ‘Foverlays_in’ declared as function returning a function | |
../src/globals.h:1641: error: ‘Fparse_partial_sexp’ declared as function returning a function | |
../src/globals.h:1642: error: ‘Fplay_sound_internal’ declared as function returning a function | |
../src/globals.h:1643: error: ‘Fplist_get’ declared as function returning a function | |
../src/globals.h:1644: error: ‘Fplist_member’ declared as function returning a function | |
../src/globals.h:1645: error: ‘Fplist_put’ declared as function returning a function | |
../src/globals.h:1646: error: ‘Fplus’ declared as function returning a function | |
../src/globals.h:1647: error: ‘Fpoint’ declared as function returning a function | |
../src/globals.h:1648: error: ‘Fpoint_marker’ declared as function returning a function | |
../src/globals.h:1649: error: ‘Fpoint_max’ declared as function returning a function | |
../src/globals.h:1650: error: ‘Fpoint_max_marker’ declared as function returning a function | |
../src/globals.h:1651: error: ‘Fpoint_min’ declared as function returning a function | |
../src/globals.h:1652: error: ‘Fpoint_min_marker’ declared as function returning a function | |
../src/globals.h:1653: error: ‘Fpos_visible_in_window_p’ declared as function returning a function | |
../src/globals.h:1654: error: ‘Fposition_bytes’ declared as function returning a function | |
../src/globals.h:1655: error: ‘Fposix_looking_at’ declared as function returning a function | |
../src/globals.h:1656: error: ‘Fposix_search_backward’ declared as function returning a function | |
../src/globals.h:1657: error: ‘Fposix_search_forward’ declared as function returning a function | |
../src/globals.h:1658: error: ‘Fposix_string_match’ declared as function returning a function | |
../src/globals.h:1659: error: ‘Fposn_at_point’ declared as function returning a function | |
../src/globals.h:1660: error: ‘Fposn_at_x_y’ declared as function returning a function | |
../src/globals.h:1661: error: ‘Fprefix_numeric_value’ declared as function returning a function | |
../src/globals.h:1662: error: ‘Fprevious_char’ declared as function returning a function | |
../src/globals.h:1663: error: ‘Fprevious_char_property_change’ declared as function returning a function | |
../src/globals.h:1664: error: ‘Fprevious_frame’ declared as function returning a function | |
../src/globals.h:1665: error: ‘Fprevious_overlay_change’ declared as function returning a function | |
../src/globals.h:1666: error: ‘Fprevious_property_change’ declared as function returning a function | |
../src/globals.h:1667: error: ‘Fprevious_single_char_property_change’ declared as function returning a function | |
../src/globals.h:1668: error: ‘Fprevious_single_property_change’ declared as function returning a function | |
../src/globals.h:1669: error: ‘Fprevious_window’ declared as function returning a function | |
../src/globals.h:1670: error: ‘Fprin1’ declared as function returning a function | |
../src/globals.h:1671: error: ‘Fprin1_to_string’ declared as function returning a function | |
../src/globals.h:1672: error: ‘Fprinc’ declared as function returning a function | |
../src/globals.h:1673: error: ‘Fprint’ declared as function returning a function | |
../src/globals.h:1674: error: ‘Fprocess_attributes’ declared as function returning a function | |
../src/globals.h:1675: error: ‘Fprocess_buffer’ declared as function returning a function | |
../src/globals.h:1676: error: ‘Fprocess_coding_system’ declared as function returning a function | |
../src/globals.h:1677: error: ‘Fprocess_command’ declared as function returning a function | |
../src/globals.h:1678: error: ‘Fprocess_connection’ declared as function returning a function | |
../src/globals.h:1679: error: ‘Fprocess_contact’ declared as function returning a function | |
../src/globals.h:1680: error: ‘Fprocess_datagram_address’ declared as function returning a function | |
../src/globals.h:1681: error: ‘Fprocess_exit_status’ declared as function returning a function | |
../src/globals.h:1682: error: ‘Fprocess_filter’ declared as function returning a function | |
../src/globals.h:1683: error: ‘Fprocess_filter_multibyte_p’ declared as function returning a function | |
../src/globals.h:1684: error: ‘Fprocess_id’ declared as function returning a function | |
../src/globals.h:1685: error: ‘Fprocess_inherit_coding_system_flag’ declared as function returning a function | |
../src/globals.h:1686: error: ‘Fprocess_list’ declared as function returning a function | |
../src/globals.h:1687: error: ‘Fprocess_mark’ declared as function returning a function | |
../src/globals.h:1688: error: ‘Fprocess_name’ declared as function returning a function | |
../src/globals.h:1689: error: ‘Fprocess_plist’ declared as function returning a function | |
../src/globals.h:1690: error: ‘Fprocess_query_on_exit_flag’ declared as function returning a function | |
../src/globals.h:1691: error: ‘Fprocess_running_child_p’ declared as function returning a function | |
../src/globals.h:1692: error: ‘Fprocess_send_eof’ declared as function returning a function | |
../src/globals.h:1693: error: ‘Fprocess_send_region’ declared as function returning a function | |
../src/globals.h:1694: error: ‘Fprocess_send_string’ declared as function returning a function | |
../src/globals.h:1695: error: ‘Fprocess_sentinel’ declared as function returning a function | |
../src/globals.h:1696: error: ‘Fprocess_status’ declared as function returning a function | |
../src/globals.h:1697: error: ‘Fprocess_tty_name’ declared as function returning a function | |
../src/globals.h:1698: error: ‘Fprocess_type’ declared as function returning a function | |
../src/globals.h:1699: error: ‘Fprocessp’ declared as function returning a function | |
../src/globals.h:1700: error: ‘Fprofiler_cpu_log’ declared as function returning a function | |
../src/globals.h:1701: error: ‘Fprofiler_cpu_running_p’ declared as function returning a function | |
../src/globals.h:1702: error: ‘Fprofiler_cpu_start’ declared as function returning a function | |
../src/globals.h:1703: error: ‘Fprofiler_cpu_stop’ declared as function returning a function | |
../src/globals.h:1704: error: ‘Fprofiler_memory_log’ declared as function returning a function | |
../src/globals.h:1705: error: ‘Fprofiler_memory_running_p’ declared as function returning a function | |
../src/globals.h:1706: error: ‘Fprofiler_memory_start’ declared as function returning a function | |
../src/globals.h:1707: error: ‘Fprofiler_memory_stop’ declared as function returning a function | |
../src/globals.h:1708: error: ‘Fprog1’ declared as function returning a function | |
../src/globals.h:1709: error: ‘Fprog2’ declared as function returning a function | |
../src/globals.h:1710: error: ‘Fprogn’ declared as function returning a function | |
../src/globals.h:1711: error: ‘Fpropertize’ declared as function returning a function | |
../src/globals.h:1712: error: ‘Fprovide’ declared as function returning a function | |
../src/globals.h:1713: error: ‘Fpurecopy’ declared as function returning a function | |
../src/globals.h:1714: error: ‘Fput’ declared as function returning a function | |
../src/globals.h:1715: error: ‘Fput_text_property’ declared as function returning a function | |
../src/globals.h:1716: error: ‘Fput_unicode_property_internal’ declared as function returning a function | |
../src/globals.h:1717: error: ‘Fputhash’ declared as function returning a function | |
../src/globals.h:1718: error: ‘Fquery_font’ declared as function returning a function | |
../src/globals.h:1719: error: ‘Fquery_fontset’ declared as function returning a function | |
../src/globals.h:1720: error: ‘Fquit_process’ declared as function returning a function | |
../src/globals.h:1721: error: ‘Fquo’ declared as function returning a function | |
../src/globals.h:1722: error: ‘Fquote’ declared as function returning a function | |
../src/globals.h:1723: error: ‘Fraise_frame’ declared as function returning a function | |
../src/globals.h:1724: error: ‘Frandom’ declared as function returning a function | |
../src/globals.h:1725: error: ‘Frassoc’ declared as function returning a function | |
../src/globals.h:1726: error: ‘Frassq’ declared as function returning a function | |
../src/globals.h:1727: error: ‘Fre_search_backward’ declared as function returning a function | |
../src/globals.h:1728: error: ‘Fre_search_forward’ declared as function returning a function | |
../src/globals.h:1729: error: ‘Fread’ declared as function returning a function | |
../src/globals.h:1730: error: ‘Fread_buffer’ declared as function returning a function | |
../src/globals.h:1731: error: ‘Fread_char’ declared as function returning a function | |
../src/globals.h:1732: error: ‘Fread_char_exclusive’ declared as function returning a function | |
../src/globals.h:1733: error: ‘Fread_coding_system’ declared as function returning a function | |
../src/globals.h:1734: error: ‘Fread_command’ declared as function returning a function | |
../src/globals.h:1735: error: ‘Fread_event’ declared as function returning a function | |
../src/globals.h:1736: error: ‘Fread_from_minibuffer’ declared as function returning a function | |
../src/globals.h:1737: error: ‘Fread_from_string’ declared as function returning a function | |
../src/globals.h:1738: error: ‘Fread_function’ declared as function returning a function | |
../src/globals.h:1739: error: ‘Fread_key_sequence’ declared as function returning a function | |
../src/globals.h:1740: error: ‘Fread_key_sequence_vector’ declared as function returning a function | |
../src/globals.h:1741: error: ‘Fread_no_blanks_input’ declared as function returning a function | |
../src/globals.h:1742: error: ‘Fread_non_nil_coding_system’ declared as function returning a function | |
../src/globals.h:1743: error: ‘Fread_string’ declared as function returning a function | |
../src/globals.h:1744: error: ‘Fread_variable’ declared as function returning a function | |
../src/globals.h:1745: error: ‘Frecent_auto_save_p’ declared as function returning a function | |
../src/globals.h:1746: error: ‘Frecent_keys’ declared as function returning a function | |
../src/globals.h:1747: error: ‘Frecenter’ declared as function returning a function | |
../src/globals.h:1748: error: ‘Frecursion_depth’ declared as function returning a function | |
../src/globals.h:1749: error: ‘Frecursive_edit’ declared as function returning a function | |
../src/globals.h:1750: error: ‘Fredirect_debugging_output’ declared as function returning a function | |
../src/globals.h:1751: error: ‘Fredirect_frame_focus’ declared as function returning a function | |
../src/globals.h:1752: error: ‘Fredisplay’ declared as function returning a function | |
../src/globals.h:1753: error: ‘Fredraw_display’ declared as function returning a function | |
../src/globals.h:1754: error: ‘Fredraw_frame’ declared as function returning a function | |
../src/globals.h:1755: error: ‘Fregexp_quote’ declared as function returning a function | |
../src/globals.h:1756: error: ‘Fregion_beginning’ declared as function returning a function | |
../src/globals.h:1757: error: ‘Fregion_end’ declared as function returning a function | |
../src/globals.h:1758: error: ‘Fregister_ccl_program’ declared as function returning a function | |
../src/globals.h:1759: error: ‘Fregister_code_conversion_map’ declared as function returning a function | |
../src/globals.h:1760: error: ‘Frem’ declared as function returning a function | |
../src/globals.h:1761: error: ‘Fremhash’ declared as function returning a function | |
../src/globals.h:1762: error: ‘Fremove_list_of_text_properties’ declared as function returning a function | |
../src/globals.h:1763: error: ‘Fremove_text_properties’ declared as function returning a function | |
../src/globals.h:1764: error: ‘Frename_buffer’ declared as function returning a function | |
../src/globals.h:1765: error: ‘Frename_file’ declared as function returning a function | |
../src/globals.h:1766: error: ‘Freplace_match’ declared as function returning a function | |
../src/globals.h:1767: error: ‘Frequire’ declared as function returning a function | |
../src/globals.h:1768: error: ‘Freset_this_command_lengths’ declared as function returning a function | |
../src/globals.h:1769: error: ‘Fresize_mini_window_internal’ declared as function returning a function | |
../src/globals.h:1770: error: ‘Frestore_buffer_modified_p’ declared as function returning a function | |
../src/globals.h:1771: error: ‘Fresume_tty’ declared as function returning a function | |
../src/globals.h:1772: error: ‘Freverse’ declared as function returning a function | |
../src/globals.h:1773: error: ‘Fround’ declared as function returning a function | |
../src/globals.h:1774: error: ‘Frun_hook_with_args’ declared as function returning a function | |
../src/globals.h:1775: error: ‘Frun_hook_with_args_until_failure’ declared as function returning a function | |
../src/globals.h:1776: error: ‘Frun_hook_with_args_until_success’ declared as function returning a function | |
../src/globals.h:1777: error: ‘Frun_hook_wrapped’ declared as function returning a function | |
../src/globals.h:1778: error: ‘Frun_hooks’ declared as function returning a function | |
../src/globals.h:1779: error: ‘Frun_window_configuration_change_hook’ declared as function returning a function | |
../src/globals.h:1780: error: ‘Fsafe_length’ declared as function returning a function | |
../src/globals.h:1781: error: ‘Fsave_current_buffer’ declared as function returning a function | |
../src/globals.h:1782: error: ‘Fsave_excursion’ declared as function returning a function | |
../src/globals.h:1783: error: ‘Fsave_restriction’ declared as function returning a function | |
../src/globals.h:1784: error: ‘Fscan_lists’ declared as function returning a function | |
../src/globals.h:1785: error: ‘Fscan_sexps’ declared as function returning a function | |
../src/globals.h:1786: error: ‘Fscroll_down’ declared as function returning a function | |
../src/globals.h:1787: error: ‘Fscroll_left’ declared as function returning a function | |
../src/globals.h:1788: error: ‘Fscroll_other_window’ declared as function returning a function | |
../src/globals.h:1789: error: ‘Fscroll_right’ declared as function returning a function | |
../src/globals.h:1790: error: ‘Fscroll_up’ declared as function returning a function | |
../src/globals.h:1791: error: ‘Fsearch_backward’ declared as function returning a function | |
../src/globals.h:1792: error: ‘Fsearch_forward’ declared as function returning a function | |
../src/globals.h:1793: error: ‘Fsecure_hash’ declared as function returning a function | |
../src/globals.h:1794: error: ‘Fselect_frame’ declared as function returning a function | |
../src/globals.h:1795: error: ‘Fselect_window’ declared as function returning a function | |
../src/globals.h:1796: error: ‘Fselected_frame’ declared as function returning a function | |
../src/globals.h:1797: error: ‘Fselected_window’ declared as function returning a function | |
../src/globals.h:1798: error: ‘Fself_insert_command’ declared as function returning a function | |
../src/globals.h:1799: error: ‘Fsend_string_to_terminal’ declared as function returning a function | |
../src/globals.h:1800: error: ‘Fsequencep’ declared as function returning a function | |
../src/globals.h:1801: error: ‘Fserial_process_configure’ declared as function returning a function | |
../src/globals.h:1802: error: ‘Fset’ declared as function returning a function | |
../src/globals.h:1803: error: ‘Fset_buffer’ declared as function returning a function | |
../src/globals.h:1804: error: ‘Fset_buffer_auto_saved’ declared as function returning a function | |
../src/globals.h:1805: error: ‘Fset_buffer_major_mode’ declared as function returning a function | |
../src/globals.h:1806: error: ‘Fset_buffer_modified_p’ declared as function returning a function | |
../src/globals.h:1807: error: ‘Fset_buffer_multibyte’ declared as function returning a function | |
../src/globals.h:1808: error: ‘Fset_case_table’ declared as function returning a function | |
../src/globals.h:1809: error: ‘Fset_category_table’ declared as function returning a function | |
../src/globals.h:1810: error: ‘Fset_char_table_extra_slot’ declared as function returning a function | |
../src/globals.h:1811: error: ‘Fset_char_table_parent’ declared as function returning a function | |
../src/globals.h:1812: error: ‘Fset_char_table_range’ declared as function returning a function | |
../src/globals.h:1813: error: ‘Fset_charset_plist’ declared as function returning a function | |
../src/globals.h:1814: error: ‘Fset_charset_priority’ declared as function returning a function | |
../src/globals.h:1815: error: ‘Fset_coding_system_priority’ declared as function returning a function | |
../src/globals.h:1816: error: ‘Fset_default’ declared as function returning a function | |
../src/globals.h:1817: error: ‘Fset_default_file_modes’ declared as function returning a function | |
../src/globals.h:1818: error: ‘Fset_file_acl’ declared as function returning a function | |
../src/globals.h:1819: error: ‘Fset_file_modes’ declared as function returning a function | |
../src/globals.h:1820: error: ‘Fset_file_selinux_context’ declared as function returning a function | |
../src/globals.h:1821: error: ‘Fset_file_times’ declared as function returning a function | |
../src/globals.h:1822: error: ‘Fset_fontset_font’ declared as function returning a function | |
../src/globals.h:1823: error: ‘Fset_frame_height’ declared as function returning a function | |
../src/globals.h:1824: error: ‘Fset_frame_position’ declared as function returning a function | |
../src/globals.h:1825: error: ‘Fset_frame_selected_window’ declared as function returning a function | |
../src/globals.h:1826: error: ‘Fset_frame_size’ declared as function returning a function | |
../src/globals.h:1827: error: ‘Fset_frame_width’ declared as function returning a function | |
../src/globals.h:1828: error: ‘Fset_fringe_bitmap_face’ declared as function returning a function | |
../src/globals.h:1829: error: ‘Fset_input_interrupt_mode’ declared as function returning a function | |
../src/globals.h:1830: error: ‘Fset_input_meta_mode’ declared as function returning a function | |
../src/globals.h:1831: error: ‘Fset_input_mode’ declared as function returning a function | |
../src/globals.h:1832: error: ‘Fset_keyboard_coding_system_internal’ declared as function returning a function | |
../src/globals.h:1833: error: ‘Fset_keymap_parent’ declared as function returning a function | |
../src/globals.h:1834: error: ‘Fset_marker’ declared as function returning a function | |
../src/globals.h:1835: error: ‘Fset_marker_insertion_type’ declared as function returning a function | |
../src/globals.h:1836: error: ‘Fset_match_data’ declared as function returning a function | |
../src/globals.h:1837: error: ‘Fset_minibuffer_window’ declared as function returning a function | |
../src/globals.h:1838: error: ‘Fset_mouse_pixel_position’ declared as function returning a function | |
../src/globals.h:1839: error: ‘Fset_mouse_position’ declared as function returning a function | |
../src/globals.h:1840: error: ‘Fset_network_process_option’ declared as function returning a function | |
../src/globals.h:1841: error: ‘Fset_output_flow_control’ declared as function returning a function | |
../src/globals.h:1842: error: ‘Fset_process_buffer’ declared as function returning a function | |
../src/globals.h:1843: error: ‘Fset_process_coding_system’ declared as function returning a function | |
../src/globals.h:1844: error: ‘Fset_process_datagram_address’ declared as function returning a function | |
../src/globals.h:1845: error: ‘Fset_process_filter’ declared as function returning a function | |
../src/globals.h:1846: error: ‘Fset_process_filter_multibyte’ declared as function returning a function | |
../src/globals.h:1847: error: ‘Fset_process_inherit_coding_system_flag’ declared as function returning a function | |
../src/globals.h:1848: error: ‘Fset_process_plist’ declared as function returning a function | |
../src/globals.h:1849: error: ‘Fset_process_query_on_exit_flag’ declared as function returning a function | |
../src/globals.h:1850: error: ‘Fset_process_sentinel’ declared as function returning a function | |
../src/globals.h:1851: error: ‘Fset_process_window_size’ declared as function returning a function | |
../src/globals.h:1852: error: ‘Fset_quit_char’ declared as function returning a function | |
../src/globals.h:1853: error: ‘Fset_safe_terminal_coding_system_internal’ declared as function returning a function | |
../src/globals.h:1854: error: ‘Fset_standard_case_table’ declared as function returning a function | |
../src/globals.h:1855: error: ‘Fset_syntax_table’ declared as function returning a function | |
../src/globals.h:1856: error: ‘Fset_terminal_coding_system_internal’ declared as function returning a function | |
../src/globals.h:1857: error: ‘Fset_terminal_local_value’ declared as function returning a function | |
../src/globals.h:1858: error: ‘Fset_terminal_parameter’ declared as function returning a function | |
../src/globals.h:1859: error: ‘Fset_text_properties’ declared as function returning a function | |
../src/globals.h:1860: error: ‘Fset_time_zone_rule’ declared as function returning a function | |
../src/globals.h:1861: error: ‘Fset_visited_file_modtime’ declared as function returning a function | |
../src/globals.h:1862: error: ‘Fset_window_buffer’ declared as function returning a function | |
../src/globals.h:1863: error: ‘Fset_window_combination_limit’ declared as function returning a function | |
../src/globals.h:1864: error: ‘Fset_window_configuration’ declared as function returning a function | |
../src/globals.h:1865: error: ‘Fset_window_dedicated_p’ declared as function returning a function | |
../src/globals.h:1866: error: ‘Fset_window_display_table’ declared as function returning a function | |
../src/globals.h:1867: error: ‘Fset_window_fringes’ declared as function returning a function | |
../src/globals.h:1868: error: ‘Fset_window_hscroll’ declared as function returning a function | |
../src/globals.h:1869: error: ‘Fset_window_margins’ declared as function returning a function | |
../src/globals.h:1870: error: ‘Fset_window_new_normal’ declared as function returning a function | |
../src/globals.h:1871: error: ‘Fset_window_new_total’ declared as function returning a function | |
../src/globals.h:1872: error: ‘Fset_window_next_buffers’ declared as function returning a function | |
../src/globals.h:1873: error: ‘Fset_window_parameter’ declared as function returning a function | |
../src/globals.h:1874: error: ‘Fset_window_point’ declared as function returning a function | |
../src/globals.h:1875: error: ‘Fset_window_prev_buffers’ declared as function returning a function | |
../src/globals.h:1876: error: ‘Fset_window_redisplay_end_trigger’ declared as function returning a function | |
../src/globals.h:1877: error: ‘Fset_window_scroll_bars’ declared as function returning a function | |
../src/globals.h:1878: error: ‘Fset_window_start’ declared as function returning a function | |
../src/globals.h:1879: error: ‘Fset_window_vscroll’ declared as function returning a function | |
../src/globals.h:1880: error: ‘Fsetcar’ declared as function returning a function | |
../src/globals.h:1881: error: ‘Fsetcdr’ declared as function returning a function | |
../src/globals.h:1882: error: ‘Fsetplist’ declared as function returning a function | |
../src/globals.h:1883: error: ‘Fsetq’ declared as function returning a function | |
../src/globals.h:1884: error: ‘Fsetq_default’ declared as function returning a function | |
../src/globals.h:1885: error: ‘Fshow_face_resources’ declared as function returning a function | |
../src/globals.h:1886: error: ‘Fsignal’ declared as function returning a function | |
../src/globals.h:1887: error: ‘Fsignal_process’ declared as function returning a function | |
../src/globals.h:1888: error: ‘Fsin’ declared as function returning a function | |
../src/globals.h:1889: error: ‘Fsingle_key_description’ declared as function returning a function | |
../src/globals.h:1890: error: ‘Fskip_chars_backward’ declared as function returning a function | |
../src/globals.h:1891: error: ‘Fskip_chars_forward’ declared as function returning a function | |
../src/globals.h:1892: error: ‘Fskip_syntax_backward’ declared as function returning a function | |
../src/globals.h:1893: error: ‘Fskip_syntax_forward’ declared as function returning a function | |
../src/globals.h:1894: error: ‘Fsleep_for’ declared as function returning a function | |
../src/globals.h:1895: error: ‘Fsnarf_documentation’ declared as function returning a function | |
../src/globals.h:1896: error: ‘Fsort’ declared as function returning a function | |
../src/globals.h:1897: error: ‘Fsort_charsets’ declared as function returning a function | |
../src/globals.h:1898: error: ‘Fspecial_variable_p’ declared as function returning a function | |
../src/globals.h:1899: error: ‘Fsplit_char’ declared as function returning a function | |
../src/globals.h:1900: error: ‘Fsplit_window_internal’ declared as function returning a function | |
../src/globals.h:1901: error: ‘Fsqrt’ declared as function returning a function | |
../src/globals.h:1902: error: ‘Fstandard_case_table’ declared as function returning a function | |
../src/globals.h:1903: error: ‘Fstandard_category_table’ declared as function returning a function | |
../src/globals.h:1904: error: ‘Fstandard_syntax_table’ declared as function returning a function | |
../src/globals.h:1905: error: ‘Fstart_kbd_macro’ declared as function returning a function | |
../src/globals.h:1906: error: ‘Fstart_process’ declared as function returning a function | |
../src/globals.h:1907: error: ‘Fstop_process’ declared as function returning a function | |
../src/globals.h:1908: error: ‘Fstore_kbd_macro_event’ declared as function returning a function | |
../src/globals.h:1909: error: ‘Fstring’ declared as function returning a function | |
../src/globals.h:1910: error: ‘Fstring_as_multibyte’ declared as function returning a function | |
../src/globals.h:1911: error: ‘Fstring_as_unibyte’ declared as function returning a function | |
../src/globals.h:1912: error: ‘Fstring_bytes’ declared as function returning a function | |
../src/globals.h:1913: error: ‘Fstring_equal’ declared as function returning a function | |
../src/globals.h:1914: error: ‘Fstring_lessp’ declared as function returning a function | |
../src/globals.h:1915: error: ‘Fstring_make_multibyte’ declared as function returning a function | |
../src/globals.h:1916: error: ‘Fstring_make_unibyte’ declared as function returning a function | |
../src/globals.h:1917: error: ‘Fstring_match’ declared as function returning a function | |
../src/globals.h:1918: error: ‘Fstring_to_char’ declared as function returning a function | |
../src/globals.h:1919: error: ‘Fstring_to_multibyte’ declared as function returning a function | |
../src/globals.h:1920: error: ‘Fstring_to_number’ declared as function returning a function | |
../src/globals.h:1921: error: ‘Fstring_to_syntax’ declared as function returning a function | |
../src/globals.h:1922: error: ‘Fstring_to_unibyte’ declared as function returning a function | |
../src/globals.h:1923: error: ‘Fstring_width’ declared as function returning a function | |
../src/globals.h:1924: error: ‘Fstringp’ declared as function returning a function | |
../src/globals.h:1925: error: ‘Fsub1’ declared as function returning a function | |
../src/globals.h:1926: error: ‘Fsubr_arity’ declared as function returning a function | |
../src/globals.h:1927: error: ‘Fsubr_name’ declared as function returning a function | |
../src/globals.h:1928: error: ‘Fsubrp’ declared as function returning a function | |
../src/globals.h:1929: error: ‘Fsubst_char_in_region’ declared as function returning a function | |
../src/globals.h:1930: error: ‘Fsubstitute_command_keys’ declared as function returning a function | |
../src/globals.h:1931: error: ‘Fsubstitute_in_file_name’ declared as function returning a function | |
../src/globals.h:1932: error: ‘Fsubstring’ declared as function returning a function | |
../src/globals.h:1933: error: ‘Fsubstring_no_properties’ declared as function returning a function | |
../src/globals.h:1934: error: ‘Fsuspend_emacs’ declared as function returning a function | |
../src/globals.h:1935: error: ‘Fsuspend_tty’ declared as function returning a function | |
../src/globals.h:1936: error: ‘Fsxhash’ declared as function returning a function | |
../src/globals.h:1937: error: ‘Fsymbol_function’ declared as function returning a function | |
../src/globals.h:1938: error: ‘Fsymbol_name’ declared as function returning a function | |
../src/globals.h:1939: error: ‘Fsymbol_plist’ declared as function returning a function | |
../src/globals.h:1940: error: ‘Fsymbol_value’ declared as function returning a function | |
../src/globals.h:1941: error: ‘Fsymbolp’ declared as function returning a function | |
../src/globals.h:1942: error: ‘Fsyntax_table’ declared as function returning a function | |
../src/globals.h:1943: error: ‘Fsyntax_table_p’ declared as function returning a function | |
../src/globals.h:1944: error: ‘Fsystem_groups’ declared as function returning a function | |
../src/globals.h:1945: error: ‘Fsystem_name’ declared as function returning a function | |
../src/globals.h:1946: error: ‘Fsystem_users’ declared as function returning a function | |
../src/globals.h:1947: error: ‘Ftan’ declared as function returning a function | |
../src/globals.h:1948: error: ‘Fterminal_coding_system’ declared as function returning a function | |
../src/globals.h:1949: error: ‘Fterminal_list’ declared as function returning a function | |
../src/globals.h:1950: error: ‘Fterminal_live_p’ declared as function returning a function | |
../src/globals.h:1951: error: ‘Fterminal_local_value’ declared as function returning a function | |
../src/globals.h:1952: error: ‘Fterminal_name’ declared as function returning a function | |
../src/globals.h:1953: error: ‘Fterminal_parameter’ declared as function returning a function | |
../src/globals.h:1954: error: ‘Fterminal_parameters’ declared as function returning a function | |
../src/globals.h:1955: error: ‘Fterpri’ declared as function returning a function | |
../src/globals.h:1956: error: ‘Ftest_completion’ declared as function returning a function | |
../src/globals.h:1957: error: ‘Ftext_char_description’ declared as function returning a function | |
../src/globals.h:1958: error: ‘Ftext_properties_at’ declared as function returning a function | |
../src/globals.h:1959: error: ‘Ftext_property_any’ declared as function returning a function | |
../src/globals.h:1960: error: ‘Ftext_property_not_all’ declared as function returning a function | |
../src/globals.h:1961: error: ‘Fthis_command_keys’ declared as function returning a function | |
../src/globals.h:1962: error: ‘Fthis_command_keys_vector’ declared as function returning a function | |
../src/globals.h:1963: error: ‘Fthis_single_command_keys’ declared as function returning a function | |
../src/globals.h:1964: error: ‘Fthis_single_command_raw_keys’ declared as function returning a function | |
../src/globals.h:1965: error: ‘Fthrow’ declared as function returning a function | |
../src/globals.h:1966: error: ‘Ftimes’ declared as function returning a function | |
../src/globals.h:1967: error: ‘Ftool_bar_get_system_style’ declared as function returning a function | |
../src/globals.h:1968: error: ‘Ftool_bar_lines_needed’ declared as function returning a function | |
../src/globals.h:1969: error: ‘Ftool_bar_pixel_width’ declared as function returning a function | |
../src/globals.h:1970: error: ‘Ftop_level’ declared as function returning a function | |
../src/globals.h:1971: error: ‘Ftrace_redisplay’ declared as function returning a function | |
../src/globals.h:1972: error: ‘Ftrace_to_stderr’ declared as function returning a function | |
../src/globals.h:1973: error: ‘Ftrack_mouse’ declared as function returning a function | |
../src/globals.h:1974: error: ‘Ftranslate_region_internal’ declared as function returning a function | |
../src/globals.h:1975: error: ‘Ftranspose_regions’ declared as function returning a function | |
../src/globals.h:1976: error: ‘Ftruncate’ declared as function returning a function | |
../src/globals.h:1977: error: ‘Ftry_completion’ declared as function returning a function | |
../src/globals.h:1978: error: ‘Ftty_display_color_cells’ declared as function returning a function | |
../src/globals.h:1979: error: ‘Ftty_display_color_p’ declared as function returning a function | |
../src/globals.h:1980: error: ‘Ftty_no_underline’ declared as function returning a function | |
../src/globals.h:1981: error: ‘Ftty_suppress_bold_inverse_default_colors’ declared as function returning a function | |
../src/globals.h:1982: error: ‘Ftty_top_frame’ declared as function returning a function | |
../src/globals.h:1983: error: ‘Ftty_type’ declared as function returning a function | |
../src/globals.h:1984: error: ‘Ftype_of’ declared as function returning a function | |
../src/globals.h:1985: error: ‘Fundo_boundary’ declared as function returning a function | |
../src/globals.h:1986: error: ‘Funencodable_char_position’ declared as function returning a function | |
../src/globals.h:1987: error: ‘Funhandled_file_name_directory’ declared as function returning a function | |
../src/globals.h:1988: error: ‘Funibyte_char_to_multibyte’ declared as function returning a function | |
../src/globals.h:1989: error: ‘Funibyte_string’ declared as function returning a function | |
../src/globals.h:1990: error: ‘Funicode_property_table_internal’ declared as function returning a function | |
../src/globals.h:1991: error: ‘Funify_charset’ declared as function returning a function | |
../src/globals.h:1992: error: ‘Funintern’ declared as function returning a function | |
../src/globals.h:1993: error: ‘Funix_sync’ declared as function returning a function | |
../src/globals.h:1994: error: ‘Funlock_buffer’ declared as function returning a function | |
../src/globals.h:1995: error: ‘Funwind_protect’ declared as function returning a function | |
../src/globals.h:1996: error: ‘Fupcase’ declared as function returning a function | |
../src/globals.h:1997: error: ‘Fupcase_initials’ declared as function returning a function | |
../src/globals.h:1998: error: ‘Fupcase_initials_region’ declared as function returning a function | |
../src/globals.h:1999: error: ‘Fupcase_region’ declared as function returning a function | |
../src/globals.h:2000: error: ‘Fupcase_word’ declared as function returning a function | |
../src/globals.h:2001: error: ‘Fuse_global_map’ declared as function returning a function | |
../src/globals.h:2002: error: ‘Fuse_local_map’ declared as function returning a function | |
../src/globals.h:2003: error: ‘Fuser_full_name’ declared as function returning a function | |
../src/globals.h:2004: error: ‘Fuser_login_name’ declared as function returning a function | |
../src/globals.h:2005: error: ‘Fuser_real_login_name’ declared as function returning a function | |
../src/globals.h:2006: error: ‘Fuser_real_uid’ declared as function returning a function | |
../src/globals.h:2007: error: ‘Fuser_uid’ declared as function returning a function | |
../src/globals.h:2008: error: ‘Fvariable_binding_locus’ declared as function returning a function | |
../src/globals.h:2009: error: ‘Fvconcat’ declared as function returning a function | |
../src/globals.h:2010: error: ‘Fvector’ declared as function returning a function | |
../src/globals.h:2011: error: ‘Fvector_or_char_table_p’ declared as function returning a function | |
../src/globals.h:2012: error: ‘Fvectorp’ declared as function returning a function | |
../src/globals.h:2013: error: ‘Fverify_visited_file_modtime’ declared as function returning a function | |
../src/globals.h:2014: error: ‘Fvertical_motion’ declared as function returning a function | |
../src/globals.h:2015: error: ‘Fvisible_frame_list’ declared as function returning a function | |
../src/globals.h:2016: error: ‘Fvisited_file_modtime’ declared as function returning a function | |
../src/globals.h:2017: error: ‘Fwaiting_for_user_input_p’ declared as function returning a function | |
../src/globals.h:2018: error: ‘Fwhere_is_internal’ declared as function returning a function | |
../src/globals.h:2019: error: ‘Fwhile’ declared as function returning a function | |
../src/globals.h:2020: error: ‘Fwiden’ declared as function returning a function | |
../src/globals.h:2021: error: ‘Fwidget_apply’ declared as function returning a function | |
../src/globals.h:2022: error: ‘Fwidget_get’ declared as function returning a function | |
../src/globals.h:2023: error: ‘Fwidget_put’ declared as function returning a function | |
../src/globals.h:2024: error: ‘Fwindow_absolute_pixel_edges’ declared as function returning a function | |
../src/globals.h:2025: error: ‘Fwindow_at’ declared as function returning a function | |
../src/globals.h:2026: error: ‘Fwindow_body_height’ declared as function returning a function | |
../src/globals.h:2027: error: ‘Fwindow_body_width’ declared as function returning a function | |
../src/globals.h:2028: error: ‘Fwindow_buffer’ declared as function returning a function | |
../src/globals.h:2029: error: ‘Fwindow_combination_limit’ declared as function returning a function | |
../src/globals.h:2030: error: ‘Fwindow_configuration_frame’ declared as function returning a function | |
../src/globals.h:2031: error: ‘Fwindow_configuration_p’ declared as function returning a function | |
../src/globals.h:2032: error: ‘Fwindow_dedicated_p’ declared as function returning a function | |
../src/globals.h:2033: error: ‘Fwindow_display_table’ declared as function returning a function | |
../src/globals.h:2034: error: ‘Fwindow_edges’ declared as function returning a function | |
../src/globals.h:2035: error: ‘Fwindow_end’ declared as function returning a function | |
../src/globals.h:2036: error: ‘Fwindow_frame’ declared as function returning a function | |
../src/globals.h:2037: error: ‘Fwindow_fringes’ declared as function returning a function | |
../src/globals.h:2038: error: ‘Fwindow_hscroll’ declared as function returning a function | |
../src/globals.h:2039: error: ‘Fwindow_inside_absolute_pixel_edges’ declared as function returning a function | |
../src/globals.h:2040: error: ‘Fwindow_inside_edges’ declared as function returning a function | |
../src/globals.h:2041: error: ‘Fwindow_inside_pixel_edges’ declared as function returning a function | |
../src/globals.h:2042: error: ‘Fwindow_left_child’ declared as function returning a function | |
../src/globals.h:2043: error: ‘Fwindow_left_column’ declared as function returning a function | |
../src/globals.h:2044: error: ‘Fwindow_line_height’ declared as function returning a function | |
../src/globals.h:2045: error: ‘Fwindow_list’ declared as function returning a function | |
../src/globals.h:2046: error: ‘Fwindow_list_1’ declared as function returning a function | |
../src/globals.h:2047: error: ‘Fwindow_live_p’ declared as function returning a function | |
../src/globals.h:2048: error: ‘Fwindow_margins’ declared as function returning a function | |
../src/globals.h:2049: error: ‘Fwindow_minibuffer_p’ declared as function returning a function | |
../src/globals.h:2050: error: ‘Fwindow_new_normal’ declared as function returning a function | |
../src/globals.h:2051: error: ‘Fwindow_new_total’ declared as function returning a function | |
../src/globals.h:2052: error: ‘Fwindow_next_buffers’ declared as function returning a function | |
../src/globals.h:2053: error: ‘Fwindow_next_sibling’ declared as function returning a function | |
../src/globals.h:2054: error: ‘Fwindow_normal_size’ declared as function returning a function | |
../src/globals.h:2055: error: ‘Fwindow_parameter’ declared as function returning a function | |
../src/globals.h:2056: error: ‘Fwindow_parameters’ declared as function returning a function | |
../src/globals.h:2057: error: ‘Fwindow_parent’ declared as function returning a function | |
../src/globals.h:2058: error: ‘Fwindow_pixel_edges’ declared as function returning a function | |
../src/globals.h:2059: error: ‘Fwindow_point’ declared as function returning a function | |
../src/globals.h:2060: error: ‘Fwindow_prev_buffers’ declared as function returning a function | |
../src/globals.h:2061: error: ‘Fwindow_prev_sibling’ declared as function returning a function | |
../src/globals.h:2062: error: ‘Fwindow_redisplay_end_trigger’ declared as function returning a function | |
../src/globals.h:2063: error: ‘Fwindow_resize_apply’ declared as function returning a function | |
../src/globals.h:2064: error: ‘Fwindow_scroll_bars’ declared as function returning a function | |
../src/globals.h:2065: error: ‘Fwindow_start’ declared as function returning a function | |
../src/globals.h:2066: error: ‘Fwindow_system’ declared as function returning a function | |
../src/globals.h:2067: error: ‘Fwindow_text_height’ declared as function returning a function | |
../src/globals.h:2068: error: ‘Fwindow_top_child’ declared as function returning a function | |
../src/globals.h:2069: error: ‘Fwindow_top_line’ declared as function returning a function | |
../src/globals.h:2070: error: ‘Fwindow_total_height’ declared as function returning a function | |
../src/globals.h:2071: error: ‘Fwindow_total_width’ declared as function returning a function | |
../src/globals.h:2072: error: ‘Fwindow_use_time’ declared as function returning a function | |
../src/globals.h:2073: error: ‘Fwindow_valid_p’ declared as function returning a function | |
../src/globals.h:2074: error: ‘Fwindow_vscroll’ declared as function returning a function | |
../src/globals.h:2075: error: ‘Fwindowp’ declared as function returning a function | |
../src/globals.h:2076: error: ‘Fwrite_char’ declared as function returning a function | |
../src/globals.h:2077: error: ‘Fwrite_region’ declared as function returning a function | |
../src/globals.h:2078: error: ‘Fx_backspace_delete_keys_p’ declared as function returning a function | |
../src/globals.h:2079: error: ‘Fx_change_window_property’ declared as function returning a function | |
../src/globals.h:2080: error: ‘Fx_close_connection’ declared as function returning a function | |
../src/globals.h:2081: error: ‘Fx_create_frame’ declared as function returning a function | |
../src/globals.h:2082: error: ‘Fx_delete_window_property’ declared as function returning a function | |
../src/globals.h:2083: error: ‘Fx_disown_selection_internal’ declared as function returning a function | |
../src/globals.h:2084: error: ‘Fx_display_backing_store’ declared as function returning a function | |
../src/globals.h:2085: error: ‘Fx_display_color_cells’ declared as function returning a function | |
../src/globals.h:2086: error: ‘Fx_display_grayscale_p’ declared as function returning a function | |
../src/globals.h:2087: error: ‘Fx_display_list’ declared as function returning a function | |
../src/globals.h:2088: error: ‘Fx_display_mm_height’ declared as function returning a function | |
../src/globals.h:2089: error: ‘Fx_display_mm_width’ declared as function returning a function | |
../src/globals.h:2090: error: ‘Fx_display_monitor_attributes_list’ declared as function returning a function | |
../src/globals.h:2091: error: ‘Fx_display_pixel_height’ declared as function returning a function | |
../src/globals.h:2092: error: ‘Fx_display_pixel_width’ declared as function returning a function | |
../src/globals.h:2093: error: ‘Fx_display_planes’ declared as function returning a function | |
../src/globals.h:2094: error: ‘Fx_display_save_under’ declared as function returning a function | |
../src/globals.h:2095: error: ‘Fx_display_screens’ declared as function returning a function | |
../src/globals.h:2096: error: ‘Fx_display_visual_class’ declared as function returning a function | |
../src/globals.h:2097: error: ‘Fx_family_fonts’ declared as function returning a function | |
../src/globals.h:2098: error: ‘Fx_file_dialog’ declared as function returning a function | |
../src/globals.h:2099: error: ‘Fx_focus_frame’ declared as function returning a function | |
../src/globals.h:2100: error: ‘Fx_get_atom_name’ declared as function returning a function | |
../src/globals.h:2101: error: ‘Fx_get_resource’ declared as function returning a function | |
../src/globals.h:2102: error: ‘Fx_get_selection_internal’ declared as function returning a function | |
../src/globals.h:2103: error: ‘Fx_hide_tip’ declared as function returning a function | |
../src/globals.h:2104: error: ‘Fx_list_fonts’ declared as function returning a function | |
../src/globals.h:2105: error: ‘Fx_load_color_file’ declared as function returning a function | |
../src/globals.h:2106: error: ‘Fx_menu_bar_open_internal’ declared as function returning a function | |
../src/globals.h:2107: error: ‘Fx_open_connection’ declared as function returning a function | |
../src/globals.h:2108: error: ‘Fx_own_selection_internal’ declared as function returning a function | |
../src/globals.h:2109: error: ‘Fx_parse_geometry’ declared as function returning a function | |
../src/globals.h:2110: error: ‘Fx_popup_dialog’ declared as function returning a function | |
../src/globals.h:2111: error: ‘Fx_popup_menu’ declared as function returning a function | |
../src/globals.h:2112: error: ‘Fx_register_dnd_atom’ declared as function returning a function | |
../src/globals.h:2113: error: ‘Fx_select_font’ declared as function returning a function | |
../src/globals.h:2114: error: ‘Fx_selection_exists_p’ declared as function returning a function | |
../src/globals.h:2115: error: ‘Fx_selection_owner_p’ declared as function returning a function | |
../src/globals.h:2116: error: ‘Fx_send_client_message’ declared as function returning a function | |
../src/globals.h:2117: error: ‘Fx_server_max_request_size’ declared as function returning a function | |
../src/globals.h:2118: error: ‘Fx_server_vendor’ declared as function returning a function | |
../src/globals.h:2119: error: ‘Fx_server_version’ declared as function returning a function | |
../src/globals.h:2120: error: ‘Fx_show_tip’ declared as function returning a function | |
../src/globals.h:2121: error: ‘Fx_synchronize’ declared as function returning a function | |
../src/globals.h:2122: error: ‘Fx_uses_old_gtk_dialog’ declared as function returning a function | |
../src/globals.h:2123: error: ‘Fx_window_property’ declared as function returning a function | |
../src/globals.h:2124: error: ‘Fx_wm_set_size_hint’ declared as function returning a function | |
../src/globals.h:2125: error: ‘Fxw_color_defined_p’ declared as function returning a function | |
../src/globals.h:2126: error: ‘Fxw_color_values’ declared as function returning a function | |
../src/globals.h:2127: error: ‘Fxw_display_color_p’ declared as function returning a function | |
../src/globals.h:2128: error: ‘Fyes_or_no_p’ declared as function returning a function | |
../src/globals.h:2129: error: ‘Fzerop’ declared as function returning a function | |
In file included from lwlib.c:24: | |
../src/lisp.h: In function ‘vcopy’: | |
../src/lisp.h:2601: warning: implicit declaration of function ‘XVECTOR’ | |
../src/lisp.h:2601: error: invalid type argument of ‘->’ | |
../src/lisp.h:2601: error: invalid type argument of ‘->’ | |
../src/lisp.h:2601: error: invalid type argument of ‘->’ | |
../src/lisp.h:2601: error: invalid type argument of ‘->’ | |
../src/lisp.h: In function ‘set_hash_key_slot’: | |
../src/lisp.h:2609: warning: implicit declaration of function ‘gc_aset’ | |
../src/lisp.h:2609: error: ‘struct Lisp_Hash_Table’ has no member named ‘key_and_value’ | |
../src/lisp.h: In function ‘set_hash_value_slot’: | |
../src/lisp.h:2615: error: ‘struct Lisp_Hash_Table’ has no member named ‘key_and_value’ | |
../src/lisp.h: In function ‘set_symbol_function’: | |
../src/lisp.h:2624: warning: implicit declaration of function ‘XSYMBOL’ | |
../src/lisp.h:2624: error: invalid type argument of ‘->’ | |
../src/lisp.h: In function ‘set_symbol_plist’: | |
../src/lisp.h:2630: error: invalid type argument of ‘->’ | |
../src/lisp.h: In function ‘set_symbol_next’: | |
../src/lisp.h:2636: error: invalid type argument of ‘->’ | |
../src/lisp.h: In function ‘blv_found’: | |
../src/lisp.h:2644: warning: implicit declaration of function ‘EQ’ | |
../src/lisp.h:2644: error: ‘struct Lisp_Buffer_Local_Value’ has no member named ‘defcell’ | |
../src/lisp.h:2644: error: ‘struct Lisp_Buffer_Local_Value’ has no member named ‘valcell’ | |
../src/lisp.h: In function ‘set_overlay_plist’: | |
../src/lisp.h:2653: warning: implicit declaration of function ‘XOVERLAY’ | |
../src/lisp.h:2653: error: invalid type argument of ‘->’ | |
../src/lisp.h: In function ‘string_intervals’: | |
../src/lisp.h:2661: warning: implicit declaration of function ‘XSTRING’ | |
../src/lisp.h:2661: error: invalid type argument of ‘->’ | |
../src/lisp.h: In function ‘set_string_intervals’: | |
../src/lisp.h:2669: error: invalid type argument of ‘->’ | |
../src/lisp.h: In function ‘set_char_table_defalt’: | |
../src/lisp.h:2678: warning: implicit declaration of function ‘XCHAR_TABLE’ | |
../src/lisp.h:2678: error: invalid type argument of ‘->’ | |
../src/lisp.h: In function ‘set_char_table_purpose’: | |
../src/lisp.h:2683: error: invalid type argument of ‘->’ | |
../src/lisp.h: In function ‘set_char_table_extras’: | |
../src/lisp.h:2691: warning: passing argument 1 of ‘CHAR_TABLE_EXTRA_SLOTS’ makes pointer from integer without a cast | |
../src/lisp.h:2692: error: invalid type argument of ‘->’ | |
../src/lisp.h: In function ‘set_char_table_contents’: | |
../src/lisp.h:2699: error: invalid type argument of ‘->’ | |
../src/lisp.h: In function ‘set_sub_char_table_contents’: | |
../src/lisp.h:2705: warning: implicit declaration of function ‘XSUB_CHAR_TABLE’ | |
../src/lisp.h:2705: error: invalid type argument of ‘->’ | |
../src/lisp.h: At top level: | |
../src/lisp.h:2738: error: ‘Fbyteorder’ declared as function returning a function | |
../src/lisp.h:2741: error: ‘indirect_function’ declared as function returning a function | |
../src/lisp.h:2742: error: ‘find_symbol_value’ declared as function returning a function | |
../src/lisp.h:2776: error: ‘wrong_type_argument’ declared as function returning a function | |
../src/lisp.h:2777: error: ‘do_symval_forwarding’ declared as function returning a function | |
../src/lisp.h:2789: error: ‘detect_coding_system’ declared as function returning a function | |
../src/lisp.h:2795: error: ‘Fmax_char’ declared as function returning a function | |
../src/lisp.h:2819: error: ‘Fidentity’ declared as function returning a function | |
../src/lisp.h:2820: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘next_almost_prime’ | |
../src/lisp.h:2821: error: ‘larger_vector’ declared as function returning a function | |
../src/lisp.h:2826: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘hash_string’ | |
../src/lisp.h:2827: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘sxhash’ | |
../src/lisp.h:2829: error: ‘make_hash_table’ declared as function returning a function | |
../src/lisp.h:2830: error: expected declaration specifiers or ‘...’ before ‘EMACS_UINT’ | |
../src/lisp.h:2832: error: expected declaration specifiers or ‘...’ before ‘EMACS_UINT’ | |
../src/lisp.h:2836: error: ‘substring_both’ declared as function returning a function | |
../src/lisp.h:2837: error: ‘do_yes_or_no_p’ declared as function returning a function | |
../src/lisp.h:2838: error: ‘concat2’ declared as function returning a function | |
../src/lisp.h:2839: error: ‘concat3’ declared as function returning a function | |
../src/lisp.h:2840: error: ‘nconc2’ declared as function returning a function | |
../src/lisp.h:2841: error: ‘assq_no_quit’ declared as function returning a function | |
../src/lisp.h:2842: error: ‘assoc_no_quit’ declared as function returning a function | |
../src/lisp.h:2846: error: ‘string_to_multibyte’ declared as function returning a function | |
../src/lisp.h:2847: error: ‘string_make_unibyte’ declared as function returning a function | |
../src/lisp.h:2854: error: ‘fmod_float’ declared as function returning a function | |
../src/lisp.h:2899: error: ‘del_range_1’ declared as function returning a function | |
../src/lisp.h:2903: error: ‘del_range_2’ declared as function returning a function | |
../src/lisp.h:2923: error: ‘sit_for’ declared as function returning a function | |
../src/lisp.h:2945: error: declaration of ‘echo_area_buffer’ as array of functions | |
../src/lisp.h:2950: error: ‘pop_message_unwind’ declared as function returning a function | |
../src/lisp.h:2951: error: ‘restore_message_unwind’ declared as function returning a function | |
../src/lisp.h:2953: error: ‘current_message’ declared as function returning a function | |
../src/lisp.h:2972: error: ‘safe_eval’ declared as function returning a function | |
../src/lisp.h:2985: error: expected declaration specifiers or ‘...’ before ‘EMACS_INT’ | |
../src/lisp.h:2985: error: expected declaration specifiers or ‘...’ before ‘EMACS_INT’ | |
../src/lisp.h:2994: error: ‘list1’ declared as function returning a function | |
../src/lisp.h:2995: error: ‘list2’ declared as function returning a function | |
../src/lisp.h:2996: error: ‘list3’ declared as function returning a function | |
../src/lisp.h:2997: error: ‘list4’ declared as function returning a function | |
../src/lisp.h:2999: error: ‘list5’ declared as function returning a function | |
../src/lisp.h:3001: error: ‘listn’ declared as function returning a function | |
../src/lisp.h:3006: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:3012: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:3018: error: expected ‘)’ before ‘x’ | |
../src/lisp.h:3025: error: ‘make_string’ declared as function returning a function | |
../src/lisp.h:3027: error: ‘make_formatted_string’ declared as function returning a function | |
../src/lisp.h:3028: error: ‘make_unibyte_string’ declared as function returning a function | |
../src/lisp.h:3034: error: ‘build_unibyte_string’ declared as function returning a function | |
../src/lisp.h:3038: error: ‘make_multibyte_string’ declared as function returning a function | |
../src/lisp.h:3039: error: ‘make_event_array’ declared as function returning a function | |
../src/lisp.h:3040: error: ‘make_uninit_string’ declared as function returning a function | |
../src/lisp.h:3040: warning: parameter names (without types) in function declaration | |
../src/lisp.h:3041: error: ‘make_uninit_multibyte_string’ declared as function returning a function | |
../src/lisp.h:3041: warning: parameter names (without types) in function declaration | |
../src/lisp.h:3042: error: ‘make_string_from_bytes’ declared as function returning a function | |
../src/lisp.h:3044: error: ‘make_specified_string’ declared as function returning a function | |
../src/lisp.h:3045: error: ‘make_pure_string’ declared as function returning a function | |
../src/lisp.h:3046: error: ‘make_pure_c_string’ declared as function returning a function | |
../src/lisp.h:3052: error: ‘build_pure_c_string’ declared as function returning a function | |
../src/lisp.h:3061: error: ‘build_string’ declared as function returning a function | |
../src/lisp.h:3065: error: ‘pure_cons’ declared as function returning a function | |
../src/lisp.h:3069: warning: parameter names (without types) in function declaration | |
../src/lisp.h:3082: error: ‘make_uninit_vector’ declared as function returning a function | |
../src/lisp.h: In function ‘make_uninit_vector’: | |
../src/lisp.h:3087: error: ‘struct vectorlike_header’ has no member named ‘self’ | |
../src/lisp.h:3088: warning: return makes integer from pointer without a cast | |
../src/lisp.h: At top level: | |
../src/lisp.h:3101: error: ‘make_float’ declared as function returning a function | |
../src/lisp.h:3103: error: ‘make_save_value’ declared as function returning a function | |
../src/lisp.h:3104: error: ‘make_save_pointer’ declared as function returning a function | |
../src/lisp.h:3105: error: ‘build_overlay’ declared as function returning a function | |
../src/lisp.h:3122: error: ‘copy_char_table’ declared as function returning a function | |
../src/lisp.h:3123: error: ‘char_table_ref’ declared as function returning a function | |
../src/lisp.h:3125: error: ‘char_table_ref_and_range’ declared as function returning a function | |
../src/lisp.h:3136: error: ‘uniprop_table’ declared as function returning a function | |
../src/lisp.h:3151: error: ‘type name’ declared as function returning a function | |
../src/lisp.h:3151: error: ‘internal_with_output_to_temp_buffer’ declared as function returning a function | |
../src/lisp.h:3173: error: ‘check_obarray’ declared as function returning a function | |
../src/lisp.h:3174: error: ‘intern_1’ declared as function returning a function | |
../src/lisp.h:3175: error: ‘intern_c_string_1’ declared as function returning a function | |
../src/lisp.h:3176: error: ‘oblookup’ declared as function returning a function | |
../src/lisp.h: In function ‘LOADHIST_ATTACH’: | |
../src/lisp.h:3181: warning: assignment makes pointer from integer without a cast | |
../src/lisp.h: At top level: | |
../src/lisp.h:3185: error: ‘string_to_number’ declared as function returning a function | |
../src/lisp.h:3195: error: ‘intern’ declared as function returning a function | |
../src/lisp.h:3201: error: ‘intern_c_string’ declared as function returning a function | |
../src/lisp.h:3223: error: ‘funcall’ declared as function returning a function | |
../src/lisp.h:3223: error: ‘run_hook_with_args’ declared as function returning a function | |
../src/lisp.h:3231: error: ‘eval_sub’ declared as function returning a function | |
../src/lisp.h:3232: error: ‘apply1’ declared as function returning a function | |
../src/lisp.h:3233: error: ‘call0’ declared as function returning a function | |
../src/lisp.h:3234: error: ‘call1’ declared as function returning a function | |
../src/lisp.h:3235: error: ‘call2’ declared as function returning a function | |
../src/lisp.h:3236: error: ‘call3’ declared as function returning a function | |
../src/lisp.h:3237: error: ‘call4’ declared as function returning a function | |
../src/lisp.h:3238: error: ‘call5’ declared as function returning a function | |
../src/lisp.h:3239: error: ‘call6’ declared as function returning a function | |
../src/lisp.h:3240: error: ‘call7’ declared as function returning a function | |
../src/lisp.h:3241: error: ‘type name’ declared as function returning a function | |
../src/lisp.h:3241: error: ‘internal_catch’ declared as function returning a function | |
../src/lisp.h:3242: error: ‘internal_lisp_condition_case’ declared as function returning a function | |
../src/lisp.h:3243: error: ‘type name’ declared as function returning a function | |
../src/lisp.h:3243: error: ‘type name’ declared as function returning a function | |
../src/lisp.h:3243: error: ‘internal_condition_case’ declared as function returning a function | |
../src/lisp.h:3244: error: ‘type name’ declared as function returning a function | |
../src/lisp.h:3244: error: ‘type name’ declared as function returning a function | |
../src/lisp.h:3244: error: ‘internal_condition_case_1’ declared as function returning a function | |
../src/lisp.h:3245: error: ‘type name’ declared as function returning a function | |
../src/lisp.h:3245: error: ‘type name’ declared as function returning a function | |
../src/lisp.h:3245: error: ‘internal_condition_case_2’ declared as function returning a function | |
../src/lisp.h:3247: error: ‘type name’ declared as function returning a function | |
../src/lisp.h:3248: error: ‘type name’ declared as function returning a function | |
../src/lisp.h:3248: error: ‘internal_condition_case_n’ declared as function returning a function | |
../src/lisp.h:3250: error: ‘type name’ declared as function returning a function | |
../src/lisp.h:3251: error: ‘type name’ declared as function returning a function | |
../src/lisp.h:3257: error: ‘un_autoload’ declared as function returning a function | |
../src/lisp.h:3258: error: ‘call_debugger’ declared as function returning a function | |
../src/lisp.h:3260: error: ‘safe_call’ declared as function returning a function | |
../src/lisp.h:3261: error: ‘safe_call1’ declared as function returning a function | |
../src/lisp.h:3262: error: ‘safe_call2’ declared as function returning a function | |
../src/lisp.h:3269: error: ‘backtrace_top_function’ declared as function returning a function | |
../src/lisp.h:3272: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘abort_to_prompt’ | |
../src/lisp.h:3273: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘call_with_prompt’ | |
../src/lisp.h:3274: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘make_prompt_tag’ | |
../src/lisp.h:3280: error: ‘format2’ declared as function returning a function | |
../src/lisp.h:3281: error: ‘save_excursion_save’ declared as function returning a function | |
../src/lisp.h:3282: error: ‘save_restriction_save’ declared as function returning a function | |
../src/lisp.h:3283: error: ‘save_excursion_restore’ declared as function returning a function | |
../src/lisp.h:3284: error: ‘save_restriction_restore’ declared as function returning a function | |
../src/lisp.h:3286: error: ‘make_buffer_string’ declared as function returning a function | |
../src/lisp.h:3288: error: ‘make_buffer_string_both’ declared as function returning a function | |
../src/lisp.h:3303: error: ‘set_buffer_if_live’ declared as function returning a function | |
../src/lisp.h:3304: error: ‘other_buffer_safely’ declared as function returning a function | |
../src/lisp.h:3306: error: ‘get_truename_buffer’ declared as function returning a function | |
../src/lisp.h:3320: error: ‘set_marker_restricted’ declared as function returning a function | |
../src/lisp.h:3321: error: ‘set_marker_both’ declared as function returning a function | |
../src/lisp.h:3323: error: ‘set_marker_restricted_both’ declared as function returning a function | |
../src/lisp.h:3324: error: ‘build_marker’ declared as function returning a function | |
../src/lisp.h:3335: error: ‘expand_and_dir_to_file’ declared as function returning a function | |
../src/lisp.h:3336: error: ‘Fread_file_name’ declared as function returning a function | |
../src/lisp.h:3337: error: ‘close_file_unwind’ declared as function returning a function | |
../src/lisp.h:3338: error: ‘restore_point_unwind’ declared as function returning a function | |
../src/lisp.h:3342: error: ‘emacs_readlinkat’ declared as function returning a function | |
../src/lisp.h:3347: error: ‘make_temp_name’ declared as function returning a function | |
../src/lisp.h:3367: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘scan_newline’ | |
../src/lisp.h:3381: error: ‘get_minibuffer’ declared as function returning a function | |
../src/lisp.h:3381: warning: parameter names (without types) in function declaration | |
../src/lisp.h:3413: error: ‘menu_bar_items’ declared as function returning a function | |
../src/lisp.h:3414: error: ‘tool_bar_items’ declared as function returning a function | |
../src/lisp.h:3425: error: ‘command_loop_1’ declared as function returning a function | |
../src/lisp.h:3426: error: ‘recursive_edit_1’ declared as function returning a function | |
../src/lisp.h:3436: error: expected declaration specifiers or ‘...’ before ‘EMACS_INT’ | |
../src/lisp.h:3444: error: ‘do_switch_frame’ declared as function returning a function | |
../src/lisp.h:3457: error: ‘decode_env_path’ declared as function returning a function | |
../src/lisp.h:3533: error: ‘read_doc_string’ declared as function returning a function | |
../src/lisp.h:3534: error: ‘get_doc_string’ declared as function returning a function | |
../src/lisp.h:3541: error: ‘exec_byte_code’ declared as function returning a function | |
../src/lisp.h:3600: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘get_random’ | |
../src/lisp.h:3624: error: ‘char_category_set’ declared as function returning a function | |
../src/lisp.h:3634: error: ‘directory_files_internal’ declared as function returning a function | |
../src/lisp.h: In function ‘functionp’: | |
../src/lisp.h:3825: warning: assignment makes pointer from integer without a cast | |
../src/lisp.h:3827: warning: implicit declaration of function ‘XCAR’ | |
../src/lisp.h:3833: warning: implicit declaration of function ‘XCDR’ | |
../src/lisp.h:3833: warning: assignment makes pointer from integer without a cast | |
../src/lisp.h:3840: warning: implicit declaration of function ‘XSUBR’ | |
../src/lisp.h:3840: error: invalid type argument of ‘->’ | |
../src/lisp.h:3841: warning: implicit declaration of function ‘COMPILEDP’ | |
../src/lisp.h:3845: error: function ‘car’ is initialized like a variable | |
../src/lisp.h:3845: error: nested function ‘car’ declared but never defined | |
In file included from lwlib-int.h:24, | |
from lwlib.c:29: | |
lwlib.h: At top level: | |
lwlib.h:87: error: field ‘lname’ declared as a function | |
lwlib.h:92: error: field ‘lkey’ declared as a function | |
lwlib.h:97: error: field ‘help’ declared as a function | |
make[2]: *** [lwlib.o] Error 1 | |
make[1]: *** [really-lwlib] Error 2 | |
make: *** [src] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment