File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dnl University of Stuttgart. All rights reserved.
1111dnl Copyright (c) 2004-2005 The Regents of the University of California.
1212dnl All rights reserved.
1313dnl Copyright (c) 2009 Oak Ridge National Labs. All rights reserved.
14- dnl Copyright (c) 2010-2013 Cisco Systems, Inc. All rights reserved.
14+ dnl Copyright (c) 2010-2018 Cisco Systems, Inc. All rights reserved
1515dnl Copyright (c) 2013 Mellanox Technologies, Inc.
1616dnl All rights reserved.
1717dnl Copyright (c) 2015 Research Organization for Information Science
@@ -569,7 +569,7 @@ AC_DEFUN([OPAL_CHECK_ATTRIBUTES], [
569569
570570 _OPAL_CHECK_SPECIFIC_ATTRIBUTE([extension],
571571 [
572- # define FOO __extension__ ({size_t bar; bar = 3;})
572+ int i = __extension__ 3 ;
573573 ],
574574 [],
575575 [])
You can’t perform that action at this time.
0 commit comments