=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for cxref-1.6d
cd cpp   && /opt/pkg/bin/gmake programs
gmake[1]: Entering directory '/Users/pbulk/build/devel/cxref/work/cxref-1.6d/cpp'
clang -c -pipe -Os cccp.c -o cccp.o -I. -I. -DIN_GCC \
 '-DCXREF_CPP_DEFINES="/opt/pkg/share/cxref/cxref-cpp.defines"'
clang -c -pipe -Os cexp.c -o cexp.o -I. -I. -DIN_GCC
clang -c -pipe -Os prefix.c -o prefix.o -I. -I. -DIN_GCC -DPREFIX=\"/\"
cexp.c:2125:10: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
            if (!pedantic < spec_long)
                ^         ~
cexp.c:2125:10: note: add parentheses after the '!' to evaluate the comparison first
            if (!pedantic < spec_long)
                ^
                 (                   )
cexp.c:2125:10: note: add parentheses around left hand side expression to silence this warning
            if (!pedantic < spec_long)
                ^
                (        )
cexp.c:2251:12: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    mask = MAX_CHAR_TYPE_MASK;
           ^~~~~~~~~~~~~~~~~~
cexp.c:160:36: note: expanded from macro 'MAX_CHAR_TYPE_MASK'
                            ? (~ (~ (HOST_WIDEST_INT) 0 << MAX_CHAR_TYPE_SIZE)) \
                                  ~~~~~~~~~~~~~~~~~~~~~ ^
cexp.c:2438:12: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    mask = MAX_CHAR_TYPE_MASK;
           ^~~~~~~~~~~~~~~~~~
cexp.c:160:36: note: expanded from macro 'MAX_CHAR_TYPE_MASK'
                            ? (~ (~ (HOST_WIDEST_INT) 0 << MAX_CHAR_TYPE_SIZE)) \
                                  ~~~~~~~~~~~~~~~~~~~~~ ^
clang -c -pipe -Os version.c -o version.o -I. -I. -DIN_GCC
./cxref-cpp-configure clang -o cxref-cpp.defines
3 warnings generated.
clang -L/opt/pkg/lib cccp.o cexp.o prefix.o version.o -o cxref-cpp 
gmake[1]: Leaving directory '/Users/pbulk/build/devel/cxref/work/cxref-1.6d/cpp'
cd src   && /opt/pkg/bin/gmake programs
gmake[1]: Entering directory '/Users/pbulk/build/devel/cxref/work/cxref-1.6d/src'
[ ! -f ../cpp/cxref-cpp ] || clang -c -pipe -Os cxref.c -o cxref.o -I. -I. "-DCXREF_CPP=\"/Users/pbulk/build/devel/cxref/work/cxref-1.6d/cpp/cxref-cpp -cxref-cpp-defines /Users/pbulk/build/devel/cxref/work/cxref-1.6d/cpp/cxref-cpp.defines -lang-c -C -dD -dI\""
clang -c -pipe -Os func.c -o func.o -I. -I.
clang -c -pipe -Os type.c -o type.o -I. -I.
clang -c -pipe -Os var.c -o var.o -I. -I.
clang -c -pipe -Os preproc.c -o preproc.o -I. -I.
[   -f ../cpp/cxref-cpp ] || clang -c -pipe -Os cxref.c -o cxref.o -I. -I.
clang -c -pipe -Os comment.c -o comment.o -I. -I.
clang -c -pipe -Os file.c -o file.o -I. -I.
clang -c -pipe -Os slist.c -o slist.o -I. -I.
clang -c -pipe -Os memory.c -o memory.o -I. -I.
clang -c -pipe -Os xref.c -o xref.o -I. -I.
clang -c -pipe -Os warn-raw.c -o warn-raw.o -I. -I.
clang -c -pipe -Os latex.c -o latex.o -I. -I.
clang -c -pipe -Os html.c -o html.o -I. -I.
Created latex-style.c
Created html-style.c
clang -c -pipe -Os rtf.c -o rtf.o -DPAGE=\"A4\" -I. -I.
clang -c -pipe -Os sgml.c -o sgml.o -I. -I.
[ ! "/usr/bin/lex" = "flex" ] || /usr/bin/lex -p -B -F -8 -s ./parse.l
[   "/usr/bin/lex" = "flex" ] || /usr/bin/lex   ./parse.l
[ ! "/usr/bin/yacc" = "bison" ] || /usr/bin/yacc -d ./parse.y
[   "/usr/bin/yacc" = "bison" ] || /usr/bin/yacc -d  ./parse.y
[ ! "/usr/bin/yacc" = "bison" ] || /usr/bin/yacc -d ./parse.y
[   "/usr/bin/yacc" = "bison" ] || /usr/bin/yacc -d  ./parse.y
conflicts: 18 shift/reduce
Created parse-lex.c
[ ! -f ../cpp/cxref-cpp ] || clang -c -pipe -Os cxref.c -o cxref-inst.o -I. -I. '-DCXREF_CPP="cxref-cpp -lang-c -C -dD -dI"'
conflicts: 18 shift/reduce
Created parse-yacc.c
mv: y.tab.c: No such file or directory
Created parse-yacc.c
Created parse-yacc.h
clang -c -pipe -Os latex-style.c -o latex-style.o -I. -I.
mv: y.tab.h: No such file or directory
Created parse-yacc.h
clang -c -pipe -Os html-style.c -o html-style.o -I. -I.
clang -c -pipe -Os parse-lex.c -o parse-lex.o -I. -I.
clang -c -pipe -Os parse-yacc.c -o parse-yacc.o -I. -I.
[   -f ../cpp/cxref-cpp ] || clang -c -pipe -Os cxref.c -o cxref-inst.o -I. -I.
clang -L/opt/pkg/lib cxref.o func.o type.o var.o preproc.o comment.o file.o slist.o memory.o xref.o warn-raw.o latex.o latex-style.o html.o html-style.o rtf.o sgml.o parse-lex.o parse-yacc.o -o cxref 
clang -L/opt/pkg/lib cxref-inst.o func.o type.o var.o preproc.o comment.o file.o slist.o memory.o xref.o warn-raw.o latex.o latex-style.o html.o html-style.o rtf.o sgml.o parse-lex.o parse-yacc.o -o cxref-inst 
gmake[1]: Leaving directory '/Users/pbulk/build/devel/cxref/work/cxref-1.6d/src'
cd query && /opt/pkg/bin/gmake programs
gmake[1]: Entering directory '/Users/pbulk/build/devel/cxref/work/cxref-1.6d/query'
clang -c -pipe -Os query.c -o query.o -I./../src
clang -c -pipe -Os input.c -o input.o -I./../src
clang -c -pipe -Os output.c -o output.o -I./../src
clang -L/opt/pkg/lib query.o input.o output.o ../src/memory.o ../src/slist.o -o cxref-query 
gmake[1]: Leaving directory '/Users/pbulk/build/devel/cxref/work/cxref-1.6d/query'
cd doc   && /opt/pkg/bin/gmake docs
gmake[1]: Entering directory '/Users/pbulk/build/devel/cxref/work/cxref-1.6d/doc'
[ -f README.c ] || cp ./README.c .
../src/cxref -O. -NREADME-TMP -xref README.c
gmake[1]: [Makefile:113: examples] Error 1 (ignored)
Cross referencing cxref.c
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdio.h:153: cxref: syntax error, unexpected IDENTIFIER, expecting ')'

The previous 10, current and next 10 symbols are:
-10 |  41 :              ')' : )
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : FILE
 -7 |  42 :              '*' : *
 -6 | 258 :       IDENTIFIER : fopen
 -5 |  40 :              '(' : (
 -4 | 290 :            CONST : const
 -3 | 294 :             CHAR : char
 -2 |  42 :              '*' : *
 -1 | 258 :       IDENTIFIER : restrict
  0 | 258 :       IDENTIFIER : __filename
  1 |  44 :              ',' : ,
  2 | 290 :            CONST : const
  3 | 294 :             CHAR : char
  4 |  42 :              '*' : *
  5 | 258 :       IDENTIFIER : restrict
  6 | 258 :       IDENTIFIER : __mode
  7 |  41 :              ')' : )
  8 | 318 :              ASM : asm
  9 |  40 :              '(' : (
 10 | 261 :   STRING_LITERAL : "_"

In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from cxref.c:15:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
../src/cxref -O. -NREADME-TMP -xref README.c -latex -html-src -rtf -sgml
In file included from cxref.c:18:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/limits.h:20: syntax error
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdio.h:153: cxref: syntax error, unexpected IDENTIFIER, expecting ')'

The previous 10, current and next 10 symbols are:
-10 |  41 :              ')' : )
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : FILE
 -7 |  42 :              '*' : *
 -6 | 258 :       IDENTIFIER : fopen
 -5 |  40 :              '(' : (
 -4 | 290 :            CONST : const
 -3 | 294 :             CHAR : char
 -2 |  42 :              '*' : *
 -1 | 258 :       IDENTIFIER : restrict
  0 | 258 :       IDENTIFIER : __filename
  1 |  44 :              ',' : ,
  2 | 290 :            CONST : const
  3 | 294 :             CHAR : char
  4 |  42 :              '*' : *
  5 | 258 :       IDENTIFIER : restrict
  6 | 258 :       IDENTIFIER : __mode
  7 |  41 :              ')' : )
  8 | 318 :              ASM : asm
  9 |  40 :              '(' : (
 10 | 261 :   STRING_LITERAL : "_"

cxref: The preprocessor exited abnormally on 'cxref.c'
Cross referencing cxref.h
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdio.h:153: cxref: syntax error, unexpected IDENTIFIER, expecting ')'

The previous 10, current and next 10 symbols are:
-10 |  41 :              ')' : )
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : FILE
 -7 |  42 :              '*' : *
 -6 | 258 :       IDENTIFIER : fopen
 -5 |  40 :              '(' : (
 -4 | 290 :            CONST : const
 -3 | 294 :             CHAR : char
 -2 |  42 :              '*' : *
 -1 | 258 :       IDENTIFIER : restrict
  0 | 258 :       IDENTIFIER : __filename
  1 |  44 :              ',' : ,
  2 | 290 :            CONST : const
  3 | 294 :             CHAR : char
  4 |  42 :              '*' : *
  5 | 258 :       IDENTIFIER : restrict
  6 | 258 :       IDENTIFIER : __mode
  7 |  41 :              ')' : )
  8 | 318 :              ASM : asm
  9 |  40 :              '(' : (
 10 | 261 :   STRING_LITERAL : "_"

mv README.c.tex README_c.tex
Cross referencing autoconfig.h
mv: README.c.tex: No such file or directory
gmake[1]: *** [Makefile:103: readme] Error 1
gmake[1]: *** Waiting for unfinished jobs....
Cross referencing datatype.h
Cross referencing comment.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from comment.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from comment.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from comment.c:19:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'comment.c'
Cross referencing file.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from file.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from file.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from file.c:19:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'file.c'
Cross referencing func.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from func.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from func.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from func.c:19:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'func.c'
Cross referencing preproc.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from preproc.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from preproc.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from preproc.c:19:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
In file included from preproc.c:24:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/limits.h:20: syntax error
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'preproc.c'
Cross referencing type.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from type.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from type.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from type.c:19:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'type.c'
Cross referencing var.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from var.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from var.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from var.c:19:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'var.c'
Cross referencing xref.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from xref.c:32:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from xref.c:32:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from xref.c:32:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
In file included from xref.c:36:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/limits.h:20: syntax error
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'xref.c'
Cross referencing warn-raw.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from warn-raw.c:16:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from warn-raw.c:16:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from warn-raw.c:16:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'warn-raw.c'
Cross referencing latex.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from latex.c:16:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from latex.c:16:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from latex.c:16:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'latex.c'
Cross referencing latex-style.c
Cross referencing html.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from html.c:16:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from html.c:16:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from html.c:16:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'html.c'
Cross referencing html-style.c
Cross referencing rtf.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from rtf.c:16:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from rtf.c:16:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from rtf.c:16:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'rtf.c'
Cross referencing sgml.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from sgml.c:16:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from sgml.c:16:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from sgml.c:16:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'sgml.c'
Cross referencing parse-yacc.h
Cross referencing parse-lex.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from lex.yy.c:21:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdio.h:153: cxref: syntax error, unexpected IDENTIFIER, expecting ')'

The previous 10, current and next 10 symbols are:
-10 |  41 :              ')' : )
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : FILE
 -7 |  42 :              '*' : *
 -6 | 258 :       IDENTIFIER : fopen
 -5 |  40 :              '(' : (
 -4 | 290 :            CONST : const
 -3 | 294 :             CHAR : char
 -2 |  42 :              '*' : *
 -1 | 258 :       IDENTIFIER : restrict
  0 | 258 :       IDENTIFIER : __filename
  1 |  44 :              ',' : ,
  2 | 290 :            CONST : const
  3 | 294 :             CHAR : char
  4 |  42 :              '*' : *
  5 | 258 :       IDENTIFIER : restrict
  6 | 258 :       IDENTIFIER : __mode
  7 |  41 :              ')' : )
  8 | 318 :              ASM : asm
  9 |  40 :              '(' : (
 10 | 261 :   STRING_LITERAL : "_"

cxref: The preprocessor exited abnormally on 'parse-lex.c'
Cross referencing parse-yacc.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from parse-yy.h:20,
                 from ./parse.y:16:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdio.h:153: cxref: syntax error, unexpected IDENTIFIER, expecting ')'

The previous 10, current and next 10 symbols are:
-10 |  41 :              ')' : )
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : FILE
 -7 |  42 :              '*' : *
 -6 | 258 :       IDENTIFIER : fopen
 -5 |  40 :              '(' : (
 -4 | 290 :            CONST : const
 -3 | 294 :             CHAR : char
 -2 |  42 :              '*' : *
 -1 | 258 :       IDENTIFIER : restrict
  0 | 258 :       IDENTIFIER : __filename
  1 |  44 :              ',' : ,
  2 | 290 :            CONST : const
  3 | 294 :             CHAR : char
  4 |  42 :              '*' : *
  5 | 258 :       IDENTIFIER : restrict
  6 | 258 :       IDENTIFIER : __mode
  7 |  41 :              ')' : )
  8 | 318 :              ASM : asm
  9 |  40 :              '(' : (
 10 | 261 :   STRING_LITERAL : "_"

cxref: The preprocessor exited abnormally on 'parse-yacc.c'
Cross referencing parse-yy.h
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from parse-yy.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdio.h:153: cxref: syntax error, unexpected IDENTIFIER, expecting ')'

The previous 10, current and next 10 symbols are:
-10 |  41 :              ')' : )
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : FILE
 -7 |  42 :              '*' : *
 -6 | 258 :       IDENTIFIER : fopen
 -5 |  40 :              '(' : (
 -4 | 290 :            CONST : const
 -3 | 294 :             CHAR : char
 -2 |  42 :              '*' : *
 -1 | 258 :       IDENTIFIER : restrict
  0 | 258 :       IDENTIFIER : __filename
  1 |  44 :              ',' : ,
  2 | 290 :            CONST : const
  3 | 294 :             CHAR : char
  4 |  42 :              '*' : *
  5 | 258 :       IDENTIFIER : restrict
  6 | 258 :       IDENTIFIER : __mode
  7 |  41 :              ')' : )
  8 | 318 :              ASM : asm
  9 |  40 :              '(' : (
 10 | 261 :   STRING_LITERAL : "_"

cxref: The preprocessor exited abnormally on 'parse-yy.h'
Cross referencing slist.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from slist.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from slist.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from slist.c:19:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'slist.c'
Cross referencing memory.h
Cross referencing memory.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from memory.c:24:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdio.h:153: cxref: syntax error, unexpected IDENTIFIER, expecting ')'

The previous 10, current and next 10 symbols are:
-10 |  41 :              ')' : )
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : FILE
 -7 |  42 :              '*' : *
 -6 | 258 :       IDENTIFIER : fopen
 -5 |  40 :              '(' : (
 -4 | 290 :            CONST : const
 -3 | 294 :             CHAR : char
 -2 |  42 :              '*' : *
 -1 | 258 :       IDENTIFIER : restrict
  0 | 258 :       IDENTIFIER : __filename
  1 |  44 :              ',' : ,
  2 | 290 :            CONST : const
  3 | 294 :             CHAR : char
  4 |  42 :              '*' : *
  5 | 258 :       IDENTIFIER : restrict
  6 | 258 :       IDENTIFIER : __mode
  7 |  41 :              ')' : )
  8 | 318 :              ASM : asm
  9 |  40 :              '(' : (
 10 | 261 :   STRING_LITERAL : "_"

cxref: The preprocessor exited abnormally on 'memory.c'
Cross referencing version.h
Documenting cxref.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from cxref.c:15:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
In file included from cxref.c:18:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/limits.h:20: syntax error
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdio.h:153: cxref: syntax error, unexpected IDENTIFIER, expecting ')'

The previous 10, current and next 10 symbols are:
-10 |  41 :              ')' : )
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : FILE
 -7 |  42 :              '*' : *
 -6 | 258 :       IDENTIFIER : fopen
 -5 |  40 :              '(' : (
 -4 | 290 :            CONST : const
 -3 | 294 :             CHAR : char
 -2 |  42 :              '*' : *
 -1 | 258 :       IDENTIFIER : restrict
  0 | 258 :       IDENTIFIER : __filename
  1 |  44 :              ',' : ,
  2 | 290 :            CONST : const
  3 | 294 :             CHAR : char
  4 |  42 :              '*' : *
  5 | 258 :       IDENTIFIER : restrict
  6 | 258 :       IDENTIFIER : __mode
  7 |  41 :              ')' : )
  8 | 318 :              ASM : asm
  9 |  40 :              '(' : (
 10 | 261 :   STRING_LITERAL : "_"

cxref: The preprocessor exited abnormally on 'cxref.c'
Documenting cxref.h
Warning          cxref.h : Header file 'cxref.h' is not included in any files.
Documenting autoconfig.h
Warning     autoconfig.h : Header file 'autoconfig.h' is not included in any files.
Documenting datatype.h
Documenting comment.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from comment.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from comment.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from comment.c:19:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'comment.c'
Documenting file.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from file.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from file.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from file.c:19:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'file.c'
Documenting func.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from func.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from func.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from func.c:19:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'func.c'
Documenting preproc.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from preproc.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from preproc.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from preproc.c:19:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
In file included from preproc.c:24:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/limits.h:20: syntax error
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'preproc.c'
Documenting type.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from type.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from type.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from type.c:19:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'type.c'
Documenting var.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from var.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from var.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from var.c:19:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'var.c'
Documenting xref.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from xref.c:32:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from xref.c:32:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from xref.c:32:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
In file included from xref.c:36:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/limits.h:20: syntax error
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'xref.c'
Documenting warn-raw.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from warn-raw.c:16:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from warn-raw.c:16:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from warn-raw.c:16:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'warn-raw.c'
Documenting latex.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from latex.c:16:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from latex.c:16:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from latex.c:16:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'latex.c'
Documenting latex-style.c
Warning    latex-style.c : Variable 'latex_fonts_style' is not used anywhere.
Warning    latex-style.c : Variable 'latex_page_style' is not used anywhere.
Warning    latex-style.c : Variable 'latex_cxref_style' is not used anywhere.
Documenting html.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from html.c:16:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from html.c:16:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from html.c:16:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'html.c'
Documenting html-style.c
Warning     html-style.c : Variable 'html_cxref_style' is not used anywhere.
Documenting rtf.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from rtf.c:16:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from rtf.c:16:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from rtf.c:16:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'rtf.c'
Documenting sgml.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from sgml.c:16:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from sgml.c:16:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from sgml.c:16:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'sgml.c'
Documenting parse-yacc.h
Warning     parse-yacc.h : Header file 'parse-yacc.h' is not included in any files.
Warning     parse-yacc.h : Variable 'yylval' has an unknown global definition.
Warning     parse-yacc.h : Variable 'yylval' is not used anywhere.
Documenting parse-lex.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from lex.yy.c:21:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdio.h:153: cxref: syntax error, unexpected IDENTIFIER, expecting ')'

The previous 10, current and next 10 symbols are:
-10 |  41 :              ')' : )
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : FILE
 -7 |  42 :              '*' : *
 -6 | 258 :       IDENTIFIER : fopen
 -5 |  40 :              '(' : (
 -4 | 290 :            CONST : const
 -3 | 294 :             CHAR : char
 -2 |  42 :              '*' : *
 -1 | 258 :       IDENTIFIER : restrict
  0 | 258 :       IDENTIFIER : __filename
  1 |  44 :              ',' : ,
  2 | 290 :            CONST : const
  3 | 294 :             CHAR : char
  4 |  42 :              '*' : *
  5 | 258 :       IDENTIFIER : restrict
  6 | 258 :       IDENTIFIER : __mode
  7 |  41 :              ')' : )
  8 | 318 :              ASM : asm
  9 |  40 :              '(' : (
 10 | 261 :   STRING_LITERAL : "_"

cxref: The preprocessor exited abnormally on 'parse-lex.c'
Documenting parse-yacc.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from parse-yy.h:20,
                 from ./parse.y:16:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdio.h:153: cxref: syntax error, unexpected IDENTIFIER, expecting ')'

The previous 10, current and next 10 symbols are:
-10 |  41 :              ')' : )
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : FILE
 -7 |  42 :              '*' : *
 -6 | 258 :       IDENTIFIER : fopen
 -5 |  40 :              '(' : (
 -4 | 290 :            CONST : const
 -3 | 294 :             CHAR : char
 -2 |  42 :              '*' : *
 -1 | 258 :       IDENTIFIER : restrict
  0 | 258 :       IDENTIFIER : __filename
  1 |  44 :              ',' : ,
  2 | 290 :            CONST : const
  3 | 294 :             CHAR : char
  4 |  42 :              '*' : *
  5 | 258 :       IDENTIFIER : restrict
  6 | 258 :       IDENTIFIER : __mode
  7 |  41 :              ')' : )
  8 | 318 :              ASM : asm
  9 |  40 :              '(' : (
 10 | 261 :   STRING_LITERAL : "_"

cxref: The preprocessor exited abnormally on 'parse-yacc.c'
Documenting parse-yy.h
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from parse-yy.h:20:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdio.h:153: cxref: syntax error, unexpected IDENTIFIER, expecting ')'

The previous 10, current and next 10 symbols are:
-10 |  41 :              ')' : )
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : FILE
 -7 |  42 :              '*' : *
 -6 | 258 :       IDENTIFIER : fopen
 -5 |  40 :              '(' : (
 -4 | 290 :            CONST : const
 -3 | 294 :             CHAR : char
 -2 |  42 :              '*' : *
 -1 | 258 :       IDENTIFIER : restrict
  0 | 258 :       IDENTIFIER : __filename
  1 |  44 :              ',' : ,
  2 | 290 :            CONST : const
  3 | 294 :             CHAR : char
  4 |  42 :              '*' : *
  5 | 258 :       IDENTIFIER : restrict
  6 | 258 :       IDENTIFIER : __mode
  7 |  41 :              ')' : )
  8 | 318 :              ASM : asm
  9 |  40 :              '(' : (
 10 | 261 :   STRING_LITERAL : "_"

cxref: The preprocessor exited abnormally on 'parse-yy.h'
Documenting slist.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:136,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from slist.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/AvailabilityInternal.h:33: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:61,
                 from slist.c:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/Availability.h:462: syntax error
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from slist.c:19:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/mach/arm/_structs.h:443: cxref: syntax error, unexpected IDENTIFIER, expecting '}'

The previous 10, current and next 10 symbols are:
-10 |  93 :              ']' : ]
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : __uint32_t
 -7 | 258 :       IDENTIFIER : __fpscr
 -6 |  59 :              ';' : ;
 -5 | 125 :              '}' : }
 -4 |  59 :              ';' : ;
 -3 | 303 :           STRUCT : struct
 -2 | 258 :       IDENTIFIER : __darwin_arm_neon_state64
 -1 | 123 :              '{' : {
  0 | 258 :       IDENTIFIER : __uint128_t
  1 | 258 :       IDENTIFIER : __v
  2 |  91 :              '[' : [
  3 | 260 :          LITERAL : 32
  4 |  93 :              ']' : ]
  5 |  59 :              ';' : ;
  6 | 259 :        TYPE_NAME : __uint32_t
  7 | 258 :       IDENTIFIER : __fpsr
  8 |  59 :              ';' : ;
  9 | 259 :        TYPE_NAME : __uint32_t
 10 | 258 :       IDENTIFIER : __fpcr

cxref: The preprocessor exited abnormally on 'slist.c'
Documenting memory.h
Warning         memory.h : Header file 'memory.h' is not included in any files.
Documenting memory.c
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/resource.h:72,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/wait.h:110,
                 from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:66,
                 from memory.c:24:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:20: syntax error
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:175: warning: `__int_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:101: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:176: warning: `__uint_least32_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:102: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:103: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:104: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:105: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:106: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:208: warning: `__int_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:177: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:209: warning: `__uint_least16_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:178: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:179: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:180: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:227: warning: `__int_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:210: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:228: warning: `__uint_least8_t' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:211: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:365: warning: `__int32_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:290: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:291: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:292: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:403: warning: `__int16_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:366: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:367: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:424: warning: `__int8_c_suffix' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:404: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:558: warning: `__INT_LEAST32_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:467: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:559: warning: `__INT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:468: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:560: warning: `__UINT_LEAST32_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:469: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:470: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:471: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:472: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:473: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:474: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:475: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:602: warning: `__INT_LEAST16_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:561: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:603: warning: `__INT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:562: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:604: warning: `__UINT_LEAST16_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:563: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:564: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:565: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:566: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:624: warning: `__INT_LEAST8_MIN' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:605: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:625: warning: `__INT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:606: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:626: warning: `__UINT_LEAST8_MAX' redefined
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdint.h:607: warning: this is the location of the previous definition
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdio.h:153: cxref: syntax error, unexpected IDENTIFIER, expecting ')'

The previous 10, current and next 10 symbols are:
-10 |  41 :              ')' : )
 -9 |  59 :              ';' : ;
 -8 | 259 :        TYPE_NAME : FILE
 -7 |  42 :              '*' : *
 -6 | 258 :       IDENTIFIER : fopen
 -5 |  40 :              '(' : (
 -4 | 290 :            CONST : const
 -3 | 294 :             CHAR : char
 -2 |  42 :              '*' : *
 -1 | 258 :       IDENTIFIER : restrict
  0 | 258 :       IDENTIFIER : __filename
  1 |  44 :              ',' : ,
  2 | 290 :            CONST : const
  3 | 294 :             CHAR : char
  4 |  42 :              '*' : *
  5 | 258 :       IDENTIFIER : restrict
  6 | 258 :       IDENTIFIER : __mode
  7 |  41 :              ')' : )
  8 | 318 :              ASM : asm
  9 |  40 :              '(' : (
 10 | 261 :   STRING_LITERAL : "_"

cxref: The preprocessor exited abnormally on 'memory.c'
Documenting version.h
Warning        version.h : Header file 'version.h' is not included in any files.
Indexing
gmake[1]: Leaving directory '/Users/pbulk/build/devel/cxref/work/cxref-1.6d/doc'
gmake: *** [Makefile:28: docs] Error 2
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/devel/cxref
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/devel/cxref