src/cx/common.h

changeset 1424
563033aa998c
parent 1364
556e4e7608b1
equal deleted inserted replaced
1423:9a72258446cd 1424:563033aa998c
47 * <a href="https://sourceforge.net/p/ucx/code">https://sourceforge.net/p/ucx/code</a> 47 * <a href="https://sourceforge.net/p/ucx/code">https://sourceforge.net/p/ucx/code</a>
48 * -&nbsp;or&nbsp;- 48 * -&nbsp;or&nbsp;-
49 * <a href="https://uap-core.de/hg/ucx">https://uap-core.de/hg/ucx</a> 49 * <a href="https://uap-core.de/hg/ucx">https://uap-core.de/hg/ucx</a>
50 * </p> 50 * </p>
51 * 51 *
52 * <h2>LICENCE</h2> 52 * <h2>LICENSE</h2>
53 * 53 *
54 * Copyright 2021 Mike Becker, Olaf Wintermann All rights reserved. 54 * Copyright 2021 Mike Becker, Olaf Wintermann All rights reserved.
55 * 55 *
56 * Redistribution and use in source and binary forms, with or without 56 * Redistribution and use in source and binary forms, with or without
57 * modification, are permitted provided that the following conditions are met: 57 * modification, are permitted provided that the following conditions are met:
187 /** 187 /**
188 * No support for @c null_terminated_string_arg in clang or GCC below 14. 188 * No support for @c null_terminated_string_arg in clang or GCC below 14.
189 */ 189 */
190 #define cx_attr_cstr_arg(idx) 190 #define cx_attr_cstr_arg(idx)
191 /** 191 /**
192 * No support for access attribute in clang. 192 * No support for the access attribute in clang.
193 */ 193 */
194 #define cx_attr_access(mode, ...) 194 #define cx_attr_access(mode, ...)
195 #else 195 #else
196 #if __GNUC__ < 10 196 #if __GNUC__ < 10
197 /** 197 /**

mercurial