< prev index next >

src/java.desktop/share/native/libmlib_image/mlib_ImageFilters.h

Print this page
rev 59383 : [mq]: final

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1997, 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.  Oracle designates this

@@ -46,18 +46,14 @@
 extern const mlib_f32 mlib_filters_u8f_bc[];
 extern const mlib_f32 mlib_filters_u8f_bc2[];
 extern const mlib_f32 mlib_filters_s16f_bc[];
 extern const mlib_f32 mlib_filters_s16f_bc2[];
 
-#ifndef __sparc
-
 extern const mlib_s16 mlib_filters_u8_bc[];
 extern const mlib_s16 mlib_filters_u8_bc2[];
 extern const mlib_s16 mlib_filters_s16_bc[];
 extern const mlib_s16 mlib_filters_s16_bc2[];
 
-#endif /* __sparc */
-
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */
 #endif /* __MLIB_IMAGEFILTERS_H */
< prev index next >