Changes between Initial Version and Version 1 of Ticket #44112, comment 5
- Timestamp:
- Aug 30, 2014, 5:44:18 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44112, comment 5
initial v1 2 2 3 3 Summary: 4 1. Use -fwrap win CFLAGS, since guile depends on signed integer overflows.4 1. Use -fwrapv in CFLAGS, since guile depends on signed integer overflows. 5 5 2. Fix grep + sed logic in guile-snarf.in to be compatible with the output of clang's preprocessor. This is achieved by adding additional newlines before the ^^ delimiters, which guile-snarf depends on. 6 6 3. Similarly, in c-tokenize.c, clang's preprocessor outputs EOLs and hash marks in different places, confusing the lexer. Simply don't output them to fix the problem.