These patches are for Orca/C 2.1.1 Beta 3. They may or may not work with other versions.

  1. Patch #1 support for GSBug/NiftyList inline names (see IIgs technote #103).
  2. Patch #2 fixes invalid memory access due to uninitialized pointer.
  3. Patch #3 adds support for multibyte character constants.
  4. Patch #4 adds support for binary literals (0b...).
  5. Patch #5 fixes an error in the scrap.h PutScrap definition.
  6. Patch #6 adds support for a trailing comma in an enum (c99).
  7. stdint.h a c99 stdint.h header file.