Commit 1b896f8d authored by Wayne Davison's avatar Wayne Davison

The check for GCC <= 2 was in the wrong part of an #ifdef sequence.

parent 01894cf0
......@@ -779,6 +779,7 @@ typedef struct {
#ifndef __GNUC__
#define __attribute__(x)
#else
# if __GNUC__ <= 2
# define NORETURN
# endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment