jdk/src/java.base/share/native/libjimage/inttypes.hpp
changeset 45028 b0ea3c0bfb81
parent 35784 ddeed53a1c5a
equal deleted inserted replaced
45027:0cf367e546fb 45028:b0ea3c0bfb81
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2016 Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     3  *
     3  *
     4  * Redistribution and use in source and binary forms, with or without
     4  * Redistribution and use in source and binary forms, with or without
     5  * modification, are permitted provided that the following conditions
     5  * modification, are permitted provided that the following conditions
     6  * are met:
     6  * are met:
     7  *
     7  *
    45 typedef unsigned long long u8;
    45 typedef unsigned long long u8;
    46 typedef          long long s8;
    46 typedef          long long s8;
    47 #endif
    47 #endif
    48 
    48 
    49 #endif // LIBJIMAGE_INTTYPES_HPP
    49 #endif // LIBJIMAGE_INTTYPES_HPP
    50