Which complains
libcpp/internal.h:129: error: comma at end of enumerator list Committed as obvious. Richard. Index: libcpp/internal.h =================================================================== --- libcpp/internal.h (revision 276439) +++ libcpp/internal.h (working copy) @@ -126,7 +126,7 @@ enum include_type IT_MAIN, /* main */ IT_DIRECTIVE_HWM = IT_IMPORT + 1, /* Directives below this. */ - IT_HEADER_HWM = IT_DEFAULT + 1, /* Header files below this. */ + IT_HEADER_HWM = IT_DEFAULT + 1 /* Header files below this. */ }; union utoken