src/share/vm/utilities/elfStringTable.cpp

changeset 6491
e7cbc95179c4
parent 4153
b9a9ed0f8eeb
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/utilities/elfStringTable.cpp	Wed Nov 27 16:16:21 2013 -0800
     1.2 +++ b/src/share/vm/utilities/elfStringTable.cpp	Thu Dec 05 19:19:09 2013 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -87,4 +87,4 @@
    1.11    }
    1.12  }
    1.13  
    1.14 -#endif // _WINDOWS
    1.15 +#endif // !_WINDOWS && !__APPLE__

mercurial