src/share/vm/utilities/decoder_elf.hpp

changeset 6491
e7cbc95179c4
parent 3961
3b01d0321dfa
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/utilities/decoder_elf.hpp	Wed Nov 27 16:16:21 2013 -0800
     1.2 +++ b/src/share/vm/utilities/decoder_elf.hpp	Thu Dec 05 19:19:09 2013 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2011, 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 @@ -55,5 +55,5 @@
    1.11    ElfFile*         _opened_elf_files;
    1.12  };
    1.13  
    1.14 -#endif
    1.15 +#endif // !_WINDOWS && !__APPLE__
    1.16  #endif // SHARE_VM_UTILITIES_DECODER_ELF_HPP

mercurial