src/share/vm/libadt/set.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/libadt/set.cpp	Mon May  5 12:28:53 2014
--- new/src/share/vm/libadt/set.cpp	Mon May  5 12:28:51 2014

*** 26,49 **** --- 26,40 ---- #include "libadt/set.hpp" #include "memory/allocation.inline.hpp" // Sets - An Abstract Data Type // %%%%% includes not needed with AVM framework - Ungar // #include "port.hpp" //IMPLEMENTATION // #include "set.hpp" #include <stdio.h> #include <assert.h> #include <string.h> #include <stdlib.h> // Not needed and it causes terouble for gcc. // // #include <iostream.h> //-------------------------Virtual Functions----------------------------------- // These functions MUST be implemented by the inheriting class. class SparseSet; /* Removed for MCC BUG Set::operator const SparseSet*() const { assert(0); return NULL; } */

src/share/vm/libadt/set.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File