We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d69eaf commit d5a15a1Copy full SHA for d5a15a1
perl.h
@@ -3961,8 +3961,9 @@ typedef struct crypt_data { /* straight from /usr/include/crypt.h */
3961
#ifndef PERL_STATIC_NO_RET
3962
# define PERL_STATIC_NO_RET STATIC
3963
#endif
3964
-/* PERL_STATIC_NO_RET is supposed to be equivalent to PERL_STATIC_INLINE on
3965
- builds that dont have a noreturn as a declaration specifier
+
+/* PERL_STATIC_INLINE_NO_RET is supposed to be equivalent to PERL_STATIC_INLINE
3966
+ * on builds that dont have a noreturn as a declaration specifier
3967
*/
3968
#ifndef PERL_STATIC_INLINE_NO_RET
3969
# define PERL_STATIC_INLINE_NO_RET PERL_STATIC_INLINE
0 commit comments