Skip to content
Snippets Groups Projects
Forked from wine / wine
Source project has a limited visibility.
  • Bertho Stultiens's avatar
    27337af6
    - Implemented a new preprocessor that is (nearly) ANSI-C compliant. The · 27337af6
    Bertho Stultiens authored and Alexandre Julliard's avatar Alexandre Julliard committed
      old parser has been stripped from the old preprocessor-code which
      cleaned up both resource-scanner and -parser.
    - Standard defines have been introduced (see README.wrc)
    - Both preprocessor- and resource-scanner have been optimized slightly
      so that no backing up is required (one char lookahead is enough).
    - Filename-scanning has been cleaned up, though not perfect yet.
    - User-type resources are compatible now.
    - Line-continuation in strings is corrected so that it does not
      introduce a newline in the output.
    27337af6
    History
    - Implemented a new preprocessor that is (nearly) ANSI-C compliant. The
    Bertho Stultiens authored and Alexandre Julliard's avatar Alexandre Julliard committed
      old parser has been stripped from the old preprocessor-code which
      cleaned up both resource-scanner and -parser.
    - Standard defines have been introduced (see README.wrc)
    - Both preprocessor- and resource-scanner have been optimized slightly
      so that no backing up is required (one char lookahead is enough).
    - Filename-scanning has been cleaned up, though not perfect yet.
    - User-type resources are compatible now.
    - Line-continuation in strings is corrected so that it does not
      introduce a newline in the output.