Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/ftp/ftpcopy/files/patch-src_attributes.h
27208 views
1
--- src/attributes.h.orig 2004-07-27 11:27:56 UTC
2
+++ src/attributes.h
3
@@ -67,7 +67,7 @@
4
5
#define attribute_inline __inline__
6
7
-#if GNUC_MINIMUM(2,7) /* doesn't work reliable before, IIRC */
8
+#if 0
9
# define attribute_regparm(x) __attribute__((__regparm__((x))))
10
#else
11
# define attribute_regparm(x)
12
13