Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44374
b: refs/heads/master
c: 53569ab
h: refs/heads/master
v: v3
  • Loading branch information
Alistair John Strachan authored and Adrian Bunk committed Dec 12, 2006
1 parent 9d236a0 commit d70385b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 979c6a1e49875e9277b5113295a48d5641f02465
refs/heads/master: 53569ab7851fd564427f7529b17162cba9a28407
2 changes: 1 addition & 1 deletion trunk/include/linux/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ extern void __chk_io_ptr(void __iomem *);
#error no compiler-gcc.h file for this gcc version
#elif __GNUC__ == 4
# include <linux/compiler-gcc4.h>
#elif __GNUC__ == 3
#elif __GNUC__ == 3 && __GNUC_MINOR__ >= 2
# include <linux/compiler-gcc3.h>
#else
# error Sorry, your compiler is too old/not recognized.
Expand Down

0 comments on commit d70385b

Please sign in to comment.