Changes between Initial Version and Version 1 of Ticket #44112, comment 5


Ignore:
Timestamp:
Aug 30, 2014, 5:44:18 PM (10 years ago)
Author:
dimitry@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44112, comment 5

    initial v1  
    22
    33Summary:
    4 1. Use -fwrapw in CFLAGS, since guile depends on signed integer overflows.
     41. Use -fwrapv in CFLAGS, since guile depends on signed integer overflows.
    552. 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.
    663. 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.