Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169967
b: refs/heads/master
c: 7cff7ce
h: refs/heads/master
i:
  169965: fad140c
  169963: 10a3066
  169959: e87bafe
  169951: 119af3d
v: v3
  • Loading branch information
Andrew Morton authored and Ingo Molnar committed Dec 3, 2009
1 parent 9405879 commit ba439ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 99063c0bcebcc913165a5d168050326eba3e0996
refs/heads/master: 7cff7ce94a7df2ccf5ac76b48ee0995fee2060df
2 changes: 2 additions & 0 deletions trunk/include/linux/compiler-gcc4.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@

#endif

#if __GNUC_MINOR__ > 0
#define __compiletime_object_size(obj) __builtin_object_size(obj, 0)
#endif
#if __GNUC_MINOR__ >= 4
#define __compiletime_warning(message) __attribute__((warning(message)))
#define __compiletime_error(message) __attribute__((error(message)))
Expand Down

0 comments on commit ba439ae

Please sign in to comment.